#include <txtparae.hxx>


Public Member Functions | |
| ::rtl::OUString | FindTextStyle (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &rPropSet, sal_Bool &rbHasCharStyle) const |
| ::rtl::OUString | FindTextStyleAndHyperlink (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &rPropSet, sal_Bool &rbHyperlink, sal_Bool &rbHasCharStyle, sal_Bool &rbHasAutoStyle, const XMLPropertyState **pAddState=NULL) const |
| sal_Bool | addHyperlinkAttributes (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &rPropSet, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyState > &rPropState, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > &rPropSetInfo) |
| void | exportTextRangeEnumeration (const ::com::sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > &rRangeEnum, sal_Bool bAutoStyles, sal_Bool bProgress, sal_Bool bPrvChrIsSpc=sal_True) |
| XMLTextParagraphExport (SvXMLExport &rExp, SvXMLAutoStylePoolP &rASP) | |
| virtual | ~XMLTextParagraphExport () |
| void | Add (sal_uInt16 nFamily, MultiPropertySetHelper &rPropSetHelper, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &rPropSet, const XMLPropertyState **pAddState=NULL) |
| add autostyle for specified family | |
| void | Add (sal_uInt16 nFamily, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &rPropSet, const XMLPropertyState **pAddState=NULL, bool bDontSeek=false) |
| ::rtl::OUString | Find (sal_uInt16 nFamily, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &rPropSet, const ::rtl::OUString &rParent, const XMLPropertyState **pAddState=NULL) const |
| find style name for specified family and parent | |
| void | exportTextStyles (sal_Bool bUsed, sal_Bool bProg=sal_False) |
| void | exportTextDeclarations () |
| This method exports (text field) declarations etc. | |
| void | exportTextDeclarations (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > &rText) |
| export the (text field) declarations for a particular XText | |
| void | exportUsedDeclarations (sal_Bool bOnlyUsed) |
| true: export only those declarations that are used; false: export all declarations | |
| void | exportTrackedChanges (sal_Bool bAutoStyle) |
| Export the list of change information (enclosed by <tracked-changes>) (or the necessary automatic styles). | |
| void | exportTrackedChanges (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > &rText, sal_Bool bAutoStyle) |
| Export the list of change information (enclosed by <tracked-changes>) (or the necessary automatic styles). | |
| void | recordTrackedChangesForXText (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > &rText) |
| Record tracked changes for this particular XText (empty reference stop recording) This should be used if tracked changes for e.g. | |
| void | recordTrackedChangesNoXText () |
| Stop recording tracked changes. | |
| void | exportText (const ::rtl::OUString &rText, sal_Bool &rPrevCharWasSpace) |
| void | collectTextAutoStyles (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > &rText, sal_Bool bIsProgress=sal_False, sal_Bool bExportParagraph=sal_True) |
| void | collectTextAutoStyles (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > &rText, const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextSection > &rBaseSection, sal_Bool bIsProgress=sal_False, sal_Bool bExportParagraph=sal_True) |
| bool | collectTextAutoStylesOptimized (sal_Bool bIsProgress=sal_False) |
| virtual void | exportTextAutoStyles () |
| void | exportEvents (const ::com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet > &rPropSet) |
| void | exportTitleAndDescription (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &rPropSet, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > &rPropSetInfo) |
| void | exportText (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > &rText, sal_Bool bIsProgress=sal_False, sal_Bool bExportParagraph=sal_True) |
| void | exportText (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > &rText, const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextSection > &rBaseSection, sal_Bool bIsProgress=sal_False, sal_Bool bExportParagraph=sal_True) |
| void | exportFramesBoundToPage (sal_Bool bIsProgress=sal_False) |
| void | exportFramesBoundToFrame (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextFrame > &rParentTxtFrame, sal_Bool bIsProgress=sal_False) |
| const XMLTextListAutoStylePool & | GetListAutoStylePool () const |
| void | SetBlockMode (sal_Bool bSet) |
| sal_Bool | IsBlockMode () const |
| UniReference < SvXMLExportPropertyMapper > | GetParagraphPropertyMapper () const |
| void | PreventExportOfControlsInMuteSections (const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess > &rShapes, UniReference< xmloff::OFormLayerXMLExport > xFormExport) |
| exclude form controls which are in mute sections. | |
| SinglePropertySetInfoCache & | GetCharStyleNamesPropInfoCache () |
| sal_Int32 | GetHeadingLevel (const ::rtl::OUString &rStyleName) |
| void | PushNewTextListsHelper () |
| void | PopTextListsHelper () |
Static Public Member Functions | |
| static SvXMLExportPropertyMapper * | CreateShapeExtPropMapper (SvXMLExport &rExport) |
| static SvXMLExportPropertyMapper * | CreateCharExtPropMapper (SvXMLExport &rExport) |
| static SvXMLExportPropertyMapper * | CreateParaExtPropMapper (SvXMLExport &rExport) |
| static SvXMLExportPropertyMapper * | CreateParaDefaultExtPropMapper (SvXMLExport &rExport) |
Protected Member Functions | |
| UniReference < SvXMLExportPropertyMapper > | GetParaPropMapper () const |
| UniReference < SvXMLExportPropertyMapper > | GetTextPropMapper () const |
| UniReference < SvXMLExportPropertyMapper > | GetFramePropMapper () const |
| UniReference < SvXMLExportPropertyMapper > | GetAutoFramePropMapper () const |
| UniReference < SvXMLExportPropertyMapper > | GetSectionPropMapper () const |
| UniReference < SvXMLExportPropertyMapper > | GetRubyPropMapper () const |
| SvXMLAutoStylePoolP & | GetAutoStylePool () |
| const SvXMLAutoStylePoolP & | GetAutoStylePool () const |
| sal_Int32 | addTextFrameAttributes (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &rPropSet, sal_Bool bShape,::rtl::OUString *pMinHeightValue=0) |
| virtual void | exportStyleAttributes (const ::com::sun::star::uno::Reference< ::com::sun::star::style::XStyle > &rStyle) |
| void | exportPageFrames (sal_Bool bAutoStyles, sal_Bool bProgress) |
| void | exportFrameFrames (sal_Bool bAutoStyles, sal_Bool bProgress, const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextFrame > *pParentTxtFrame=0) |
| void | exportNumStyles (sal_Bool bUsed) |
| void | exportText (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > &rText, sal_Bool bAutoStyles, sal_Bool bProgress, sal_Bool bExportParagraph) |
| void | exportText (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > &rText, const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextSection > &rBaseSection, sal_Bool bAutoStyles, sal_Bool bProgress, sal_Bool bExportParagraph) |
| sal_Bool | exportTextContentEnumeration (const ::com::sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > &rContentEnum, sal_Bool bAutoStyles, const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextSection > &rBaseSection, sal_Bool bProgress, sal_Bool bExportParagraph=sal_True, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > *pRangePropSet=0, sal_Bool bExportLevels=sal_True) |
| void | exportParagraph (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > &rTextContent, sal_Bool bAutoStyles, sal_Bool bProgress, sal_Bool bExportParagraph, MultiPropertySetHelper &rPropSetHelper) |
| virtual void | exportTable (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > &rTextContent, sal_Bool bAutoStyles, sal_Bool bProgress) |
| void | exportTextField (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > &rTextRange, sal_Bool bAutoStyles, sal_Bool bProgress) |
| void | exportTextField (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextField > &xTextField, const sal_Bool bAutoStyles, const sal_Bool bProgress, const sal_Bool bRecursive) |
| void | exportAnyTextFrame (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > &rTextContent, FrameType eTxpe, sal_Bool bAutoStyles, sal_Bool bProgress, sal_Bool bExportContent, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > *pRangePropSet=0) |
| void | _exportTextFrame (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &rPropSet, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > &rPropSetInfo, sal_Bool bProgress) |
| void | exportTextFrame (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > &rTextContent, sal_Bool bAutoStyles, sal_Bool bProgress, sal_Bool bExportContent, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > *pRangePropSet=0) |
| void | exportShape (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > &rTextContent, sal_Bool bAutoStyles, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > *pRangePropSet=0) |
| void | exportContour (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &rPropSet, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > &rPropSetInfo) |
| void | _exportTextGraphic (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &rPropSet, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > &rPropSetInfo) |
| void | exportTextGraphic (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > &rTextContent, sal_Bool bAutoStyles, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > *pRangePropSet=0) |
| virtual void | _collectTextEmbeddedAutoStyles (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &rPropSet) |
| virtual void | _exportTextEmbedded (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &rPropSet, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > &rPropSetInfo) |
| void | exportTextEmbedded (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > &rTextContent, sal_Bool bAutoStyles, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > *pRangePropSet=0) |
| virtual void | setTextEmbeddedGraphicURL (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &rPropSet,::rtl::OUString &rStreamName) const |
| void | exportTextFootnote (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &rPropSet, const ::rtl::OUString &sString, sal_Bool bAutoStyles, sal_Bool bProgress) |
| export a footnote and styles | |
| void | exportTextFootnoteHelper (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XFootnote > &rPropSet, const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > &rText, const ::rtl::OUString &sString, sal_Bool bAutoStyles, sal_Bool bIsEndnote, sal_Bool bProgress) |
| helper for exportTextFootnote | |
| void | exportTextFootnoteConfiguration () |
| export footnote and endnote configuration elements | |
| void | exportTextFootnoteConfigurationHelper (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &rFootnoteSupplier, sal_Bool bIsEndnote) |
| void | exportTextMark (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &xPropSet, const ::rtl::OUString sProperty, const enum::xmloff::token::XMLTokenEnum pElements[], sal_Bool bAutoStyles) |
| void | exportIndexMark (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &rPropSet, sal_Bool bAutoStyles) |
| void | exportSoftPageBreak (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &rPropSet, sal_Bool bAutoStyles) |
| void | exportTextRange (const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > &rTextRange, sal_Bool bAutoStyles, sal_Bool &rPrevCharWasSpace) |
| void | exportListChange (const XMLTextNumRuleInfo &rPrvInfo, const XMLTextNumRuleInfo &rNextInfo) |
| void | exportListAndSectionChange (::com::sun::star::uno::Reference< ::com::sun::star::text::XTextSection > &rOldSection, const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextSection > &rNewSection, const XMLTextNumRuleInfo &rOldList, const XMLTextNumRuleInfo &rNewList, sal_Bool bAutoStyles) |
| check if current section or current list has changed; calls exortListChange as appropriate | |
| void | exportListAndSectionChange (::com::sun::star::uno::Reference< ::com::sun::star::text::XTextSection > &rOldSection, const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > &rNewContent, const XMLTextNumRuleInfo &rOldList, const XMLTextNumRuleInfo &rNewList, sal_Bool bAutoStyles) |
| overload for exportListAndSectionChange; takes new content rather than new section. | |
| void | exportListAndSectionChange (::com::sun::star::uno::Reference< ::com::sun::star::text::XTextSection > &rOldSection, MultiPropertySetHelper &rPropSetHelper, sal_Int16 nTextSectionId, const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > &rNewContent, const XMLTextNumRuleInfo &rOldList, const XMLTextNumRuleInfo &rNewList, sal_Bool bAutoStyles) |
| void | exportChange (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &rPropSet, sal_Bool bAutoStyle) |
| export a redline text portion | |
| void | exportRuby (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &rPortionPropSet, sal_Bool bAutoStyles) |
| export a ruby | |
| void | exportMeta (const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &i_xPortion, sal_Bool i_bAutoStyles, sal_Bool i_isProgress) |
| export a text:meta | |
Protected Attributes | |
| const ::rtl::OUString | sActualSize |
| const ::rtl::OUString | sTitle |
| const ::rtl::OUString | sDescription |
| const ::rtl::OUString | sAnchorCharStyleName |
| const ::rtl::OUString | sAnchorPageNo |
| const ::rtl::OUString | sAnchorType |
| const ::rtl::OUString | sBeginNotice |
| const ::rtl::OUString | sBookmark |
| const ::rtl::OUString | sCategory |
| const ::rtl::OUString | sChainNextName |
| const ::rtl::OUString | sCharStyleName |
| const ::rtl::OUString | sCharStyleNames |
| const ::rtl::OUString | sContourPolyPolygon |
| const ::rtl::OUString | sDocumentIndex |
| const ::rtl::OUString | sDocumentIndexMark |
| const ::rtl::OUString | sEndNotice |
| const ::rtl::OUString | sFootnote |
| const ::rtl::OUString | sFootnoteCounting |
| const ::rtl::OUString | sFrame |
| const ::rtl::OUString | sFrameHeightAbsolute |
| const ::rtl::OUString | sFrameHeightPercent |
| const ::rtl::OUString | sFrameStyleName |
| const ::rtl::OUString | sFrameWidthAbsolute |
| const ::rtl::OUString | sFrameWidthPercent |
| const ::rtl::OUString | sGraphicFilter |
| const ::rtl::OUString | sGraphicRotation |
| const ::rtl::OUString | sGraphicURL |
| const ::rtl::OUString | sHeight |
| const ::rtl::OUString | sHoriOrient |
| const ::rtl::OUString | sHoriOrientPosition |
| const ::rtl::OUString | sHyperLinkName |
| const ::rtl::OUString | sHyperLinkTarget |
| const ::rtl::OUString | sHyperLinkURL |
| const ::rtl::OUString | sIsAutomaticContour |
| const ::rtl::OUString | sIsCollapsed |
| const ::rtl::OUString | sIsPixelContour |
| const ::rtl::OUString | sIsStart |
| const ::rtl::OUString | sIsSyncHeightToWidth |
| const ::rtl::OUString | sIsSyncWidthToHeight |
| const ::rtl::OUString | sNumberingRules |
| const ::rtl::OUString | sNumberingType |
| const ::rtl::OUString | sPageDescName |
| const ::rtl::OUString | sPageStyleName |
| const ::rtl::OUString | sParaChapterNumberingLevel |
| const ::rtl::OUString | sParaConditionalStyleName |
| const ::rtl::OUString | sParagraphService |
| const ::rtl::OUString | sParaStyleName |
| const ::rtl::OUString | sPositionEndOfDoc |
| const ::rtl::OUString | sPrefix |
| const ::rtl::OUString | sRedline |
| const ::rtl::OUString | sReferenceId |
| const ::rtl::OUString | sReferenceMark |
| const ::rtl::OUString | sRelativeHeight |
| const ::rtl::OUString | sRelativeWidth |
| const ::rtl::OUString | sRuby |
| const ::rtl::OUString | sRubyAdjust |
| const ::rtl::OUString | sRubyCharStyleName |
| const ::rtl::OUString | sRubyText |
| const ::rtl::OUString | sServerMap |
| const ::rtl::OUString | sShapeService |
| const ::rtl::OUString | sSizeType |
| const ::rtl::OUString | sSoftPageBreak |
| const ::rtl::OUString | sStartAt |
| const ::rtl::OUString | sSuffix |
| const ::rtl::OUString | sTableService |
| const ::rtl::OUString | sText |
| const ::rtl::OUString | sTextContentService |
| const ::rtl::OUString | sTextEmbeddedService |
| const ::rtl::OUString | sTextEndnoteService |
| const ::rtl::OUString | sTextField |
| const ::rtl::OUString | sTextFieldService |
| const ::rtl::OUString | sTextFrameService |
| const ::rtl::OUString | sTextGraphicService |
| const ::rtl::OUString | sTextPortionType |
| const ::rtl::OUString | sTextSection |
| const ::rtl::OUString | sUnvisitedCharStyleName |
| const ::rtl::OUString | sVertOrient |
| const ::rtl::OUString | sVertOrientPosition |
| const ::rtl::OUString | sVisitedCharStyleName |
| const ::rtl::OUString | sWidth |
| const ::rtl::OUString | sWidthType |
| const ::rtl::OUString | sTextFieldStart |
| const ::rtl::OUString | sTextFieldEnd |
| const ::rtl::OUString | sTextFieldStartEnd |
| SinglePropertySetInfoCache | aCharStyleNamesPropInfoCache |
Private Types | |
| enum | FrameType { FT_TEXT, FT_GRAPHIC, FT_EMBEDDED, FT_SHAPE } |
Private Member Functions | |
| XMLTextParagraphExport (XMLTextParagraphExport &) | |
Private Attributes | |
| SvXMLAutoStylePoolP & | rAutoStylePool |
| UniReference < SvXMLExportPropertyMapper > | xParaPropMapper |
| UniReference < SvXMLExportPropertyMapper > | xTextPropMapper |
| UniReference < SvXMLExportPropertyMapper > | xFramePropMapper |
| UniReference < SvXMLExportPropertyMapper > | xAutoFramePropMapper |
| UniReference < SvXMLExportPropertyMapper > | xSectionPropMapper |
| UniReference < SvXMLExportPropertyMapper > | xRubyPropMapper |
| const ::std::auto_ptr < ::xmloff::BoundFrameSets > | pBoundFrameSets |
| XMLTextFieldExport * | pFieldExport |
| OUStrings_Impl * | pListElements |
| XMLTextListAutoStylePool * | pListAutoPool |
| XMLSectionExport * | pSectionExport |
| XMLIndexMarkExport * | pIndexMarkExport |
| XMLRedlineExport * | pRedlineExport |
| may be NULL (if no redlines should be exported; e.g. in block mode) | |
| XMLStringVector * | pHeadingStyles |
| sal_Bool | bProgress |
| sal_Bool | bBlock |
| ::rtl::OUString | sOpenRubyText |
| ::rtl::OUString | sOpenRubyCharStyle |
| sal_Bool | bOpenRuby |
| XMLTextListsHelper * | mpTextListsHelper |
| ::std::vector < XMLTextListsHelper * > | maTextListsHelperStack |
Definition at line 79 of file txtparae.hxx.
enum XMLTextParagraphExport::FrameType [private] |
| XMLTextParagraphExport::XMLTextParagraphExport | ( | SvXMLExport & | rExp, | |
| SvXMLAutoStylePoolP & | rASP | |||
| ) |
Definition at line 1108 of file txtparae.cxx.
References SvXMLAutoStylePoolP::AddFamily(), XMLStyleExport::GetExport(), xmloff::token::GetXMLToken(), IsBlockMode(), OUString, pFieldExport, pIndexMarkExport, pRedlineExport, pSectionExport, PushNewTextListsHelper(), rAutoStylePool, TEXT_PROP_MAP_AUTO_FRAME, TEXT_PROP_MAP_FRAME, TEXT_PROP_MAP_PARA, TEXT_PROP_MAP_RUBY, TEXT_PROP_MAP_SECTION, TEXT_PROP_MAP_TEXT, xAutoFramePropMapper, xFramePropMapper, xmloff::token::XML_PARAGRAPH, xmloff::token::XML_RUBY, xmloff::token::XML_SECTION, XML_STYLE_FAMILY_SD_GRAPHICS_NAME, XML_STYLE_FAMILY_TEXT_FRAME, XML_STYLE_FAMILY_TEXT_PARAGRAPH, XML_STYLE_FAMILY_TEXT_RUBY, XML_STYLE_FAMILY_TEXT_SECTION, XML_STYLE_FAMILY_TEXT_TEXT, xmloff::token::XML_TEXT, xmloff::token::XML_TEXT_COMBINE, xParaPropMapper, xRubyPropMapper, xSectionPropMapper, and xTextPropMapper.
| XMLTextParagraphExport::~XMLTextParagraphExport | ( | ) | [virtual] |
Definition at line 1291 of file txtparae.cxx.
References maTextListsHelperStack, pFieldExport, pHeadingStyles, pIndexMarkExport, pListAutoPool, pListElements, PopTextListsHelper(), pRedlineExport, and pSectionExport.
| XMLTextParagraphExport::XMLTextParagraphExport | ( | XMLTextParagraphExport & | ) | [private] |
| UniReference< SvXMLExportPropertyMapper > XMLTextParagraphExport::GetParaPropMapper | ( | ) | const [inline, protected] |
| UniReference< SvXMLExportPropertyMapper > XMLTextParagraphExport::GetTextPropMapper | ( | ) | const [inline, protected] |
| UniReference< SvXMLExportPropertyMapper > XMLTextParagraphExport::GetFramePropMapper | ( | ) | const [inline, protected] |
| UniReference< SvXMLExportPropertyMapper > XMLTextParagraphExport::GetAutoFramePropMapper | ( | ) | const [inline, protected] |
Definition at line 230 of file txtparae.hxx.
| UniReference< SvXMLExportPropertyMapper > XMLTextParagraphExport::GetSectionPropMapper | ( | ) | const [inline, protected] |
Definition at line 234 of file txtparae.hxx.
| UniReference< SvXMLExportPropertyMapper > XMLTextParagraphExport::GetRubyPropMapper | ( | ) | const [inline, protected] |
Definition at line 238 of file txtparae.hxx.
| SvXMLAutoStylePoolP& XMLTextParagraphExport::GetAutoStylePool | ( | ) | [inline, protected] |
| const SvXMLAutoStylePoolP& XMLTextParagraphExport::GetAutoStylePool | ( | ) | const [inline, protected] |
Definition at line 245 of file txtparae.hxx.
| ::rtl::OUString XMLTextParagraphExport::FindTextStyle | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | rPropSet, | |
| sal_Bool & | rbHasCharStyle | |||
| ) | const |
| ::rtl::OUString XMLTextParagraphExport::FindTextStyleAndHyperlink | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | rPropSet, | |
| sal_Bool & | rbHyperlink, | |||
| sal_Bool & | rbHasCharStyle, | |||
| sal_Bool & | rbHasAutoStyle, | |||
| const XMLPropertyState ** | pAddState = NULL | |||
| ) | const |
| sal_Bool XMLTextParagraphExport::addHyperlinkAttributes | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | rPropSet, | |
| const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyState > & | rPropState, | |||
| const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > & | rPropSetInfo | |||
| ) |
| void XMLTextParagraphExport::exportTextRangeEnumeration | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > & | rRangeEnum, | |
| sal_Bool | bAutoStyles, | |||
| sal_Bool | bProgress, | |||
| sal_Bool | bPrvChrIsSpc = sal_True | |||
| ) |
| sal_Int32 XMLTextParagraphExport::addTextFrameAttributes | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | rPropSet, | |
| sal_Bool | bShape, | |||
| ::rtl::OUString * | pMinHeightValue = 0 | |||
| ) | [protected] |
| void XMLTextParagraphExport::exportStyleAttributes | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::style::XStyle > & | rStyle | ) | [protected, virtual] |
Reimplemented from XMLStyleExport.
Definition at line 83 of file txtstyle.cxx.
References SvXMLExport::AddAttribute(), bProgress, XMLStyleExport::GetExport(), SvXMLExport::GetProgressBarHelper(), ProgressBarHelper::GetValue(), OUString, sCategory, ProgressBarHelper::SetValue(), sPageDescName, xmloff::token::XML_CHAPTER, xmloff::token::XML_CLASS, xmloff::token::XML_EXTRA, xmloff::token::XML_HTML, xmloff::token::XML_INDEX, xmloff::token::XML_LIST, xmloff::token::XML_MASTER_PAGE_NAME, xmloff::token::XML_TEXT, and xmloff::token::XML_TOKEN_INVALID.
| void XMLTextParagraphExport::exportPageFrames | ( | sal_Bool | bAutoStyles, | |
| sal_Bool | bProgress | |||
| ) | [protected] |
Definition at line 1346 of file txtparae.cxx.
References exportShape(), exportTextEmbedded(), exportTextFrame(), exportTextGraphic(), and pBoundFrameSets.
| void XMLTextParagraphExport::exportFrameFrames | ( | sal_Bool | bAutoStyles, | |
| sal_Bool | bProgress, | |||
| const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextFrame > * | pParentTxtFrame = 0 | |||
| ) | [protected] |
| void XMLTextParagraphExport::exportNumStyles | ( | sal_Bool | bUsed | ) | [protected] |
Definition at line 155 of file txtstyle.cxx.
References SvxXMLNumRuleExport::exportStyles(), XMLStyleExport::GetExport(), IsBlockMode(), and pListAutoPool.
Referenced by exportTextStyles().
| void XMLTextParagraphExport::exportText | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > & | rText, | |
| sal_Bool | bAutoStyles, | |||
| sal_Bool | bProgress, | |||
| sal_Bool | bExportParagraph | |||
| ) | [protected] |
Referenced by collectTextAutoStylesOptimized().
| void XMLTextParagraphExport::exportText | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > & | rText, | |
| const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextSection > & | rBaseSection, | |||
| sal_Bool | bAutoStyles, | |||
| sal_Bool | bProgress, | |||
| sal_Bool | bExportParagraph | |||
| ) | [protected] |
| sal_Bool XMLTextParagraphExport::exportTextContentEnumeration | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::container::XEnumeration > & | rContentEnum, | |
| sal_Bool | bAutoStyles, | |||
| const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextSection > & | rBaseSection, | |||
| sal_Bool | bProgress, | |||
| sal_Bool | bExportParagraph = sal_True, |
|||
| const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > * | pRangePropSet = 0, |
|||
| sal_Bool | bExportLevels = sal_True | |||
| ) | [protected] |
| void XMLTextParagraphExport::exportParagraph | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > & | rTextContent, | |
| sal_Bool | bAutoStyles, | |||
| sal_Bool | bProgress, | |||
| sal_Bool | bExportParagraph, | |||
| MultiPropertySetHelper & | rPropSetHelper | |||
| ) | [protected] |
| virtual void XMLTextParagraphExport::exportTable | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > & | rTextContent, | |
| sal_Bool | bAutoStyles, | |||
| sal_Bool | bProgress | |||
| ) | [protected, virtual] |
Referenced by collectTextAutoStylesOptimized().
| void XMLTextParagraphExport::exportTextField | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & | rTextRange, | |
| sal_Bool | bAutoStyles, | |||
| sal_Bool | bProgress | |||
| ) | [protected] |
Referenced by collectTextAutoStylesOptimized().
| void XMLTextParagraphExport::exportTextField | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextField > & | xTextField, | |
| const sal_Bool | bAutoStyles, | |||
| const sal_Bool | bProgress, | |||
| const sal_Bool | bRecursive | |||
| ) | [protected] |
| void XMLTextParagraphExport::exportAnyTextFrame | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > & | rTextContent, | |
| FrameType | eTxpe, | |||
| sal_Bool | bAutoStyles, | |||
| sal_Bool | bProgress, | |||
| sal_Bool | bExportContent, | |||
| const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > * | pRangePropSet = 0 | |||
| ) | [protected] |
Referenced by exportShape(), exportTextEmbedded(), exportTextFrame(), and exportTextGraphic().
| void XMLTextParagraphExport::_exportTextFrame | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | rPropSet, | |
| const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > & | rPropSetInfo, | |||
| sal_Bool | bProgress | |||
| ) | [protected] |
| void XMLTextParagraphExport::exportTextFrame | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > & | rTextContent, | |
| sal_Bool | bAutoStyles, | |||
| sal_Bool | bProgress, | |||
| sal_Bool | bExportContent, | |||
| const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > * | pRangePropSet = 0 | |||
| ) | [inline, protected] |
Definition at line 701 of file txtparae.hxx.
References exportAnyTextFrame(), and FT_TEXT.
Referenced by collectTextAutoStylesOptimized(), and exportPageFrames().
| void XMLTextParagraphExport::exportShape | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > & | rTextContent, | |
| sal_Bool | bAutoStyles, | |||
| const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > * | pRangePropSet = 0 | |||
| ) | [inline, protected] |
Definition at line 734 of file txtparae.hxx.
References exportAnyTextFrame(), and FT_SHAPE.
Referenced by collectTextAutoStylesOptimized(), and exportPageFrames().
| void XMLTextParagraphExport::exportContour | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | rPropSet, | |
| const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > & | rPropSetInfo | |||
| ) | [protected] |
| void XMLTextParagraphExport::_exportTextGraphic | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | rPropSet, | |
| const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > & | rPropSetInfo | |||
| ) | [protected] |
| void XMLTextParagraphExport::exportTextGraphic | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > & | rTextContent, | |
| sal_Bool | bAutoStyles, | |||
| const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > * | pRangePropSet = 0 | |||
| ) | [inline, protected] |
Definition at line 712 of file txtparae.hxx.
References exportAnyTextFrame(), and FT_GRAPHIC.
Referenced by collectTextAutoStylesOptimized(), and exportPageFrames().
| virtual void XMLTextParagraphExport::_collectTextEmbeddedAutoStyles | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | rPropSet | ) | [protected, virtual] |
| virtual void XMLTextParagraphExport::_exportTextEmbedded | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | rPropSet, | |
| const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > & | rPropSetInfo | |||
| ) | [protected, virtual] |
| void XMLTextParagraphExport::exportTextEmbedded | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > & | rTextContent, | |
| sal_Bool | bAutoStyles, | |||
| const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > * | pRangePropSet = 0 | |||
| ) | [inline, protected] |
Definition at line 723 of file txtparae.hxx.
References exportAnyTextFrame(), and FT_EMBEDDED.
Referenced by collectTextAutoStylesOptimized(), and exportPageFrames().
| virtual void XMLTextParagraphExport::setTextEmbeddedGraphicURL | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | rPropSet, | |
| ::rtl::OUString & | rStreamName | |||
| ) | const [protected, virtual] |
| void XMLTextParagraphExport::exportTextFootnote | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | rPropSet, | |
| const ::rtl::OUString & | sString, | |||
| sal_Bool | bAutoStyles, | |||
| sal_Bool | bProgress | |||
| ) | [protected] |
export a footnote and styles
| void XMLTextParagraphExport::exportTextFootnoteHelper | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XFootnote > & | rPropSet, | |
| const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > & | rText, | |||
| const ::rtl::OUString & | sString, | |||
| sal_Bool | bAutoStyles, | |||
| sal_Bool | bIsEndnote, | |||
| sal_Bool | bProgress | |||
| ) | [protected] |
helper for exportTextFootnote
| void XMLTextParagraphExport::exportTextFootnoteConfiguration | ( | ) | [protected] |
export footnote and endnote configuration elements
Definition at line 221 of file txtftne.cxx.
References exportTextFootnoteConfigurationHelper(), and XMLStyleExport::GetExport().
Referenced by exportTextStyles().
| void XMLTextParagraphExport::exportTextFootnoteConfigurationHelper | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | rFootnoteSupplier, | |
| sal_Bool | bIsEndnote | |||
| ) | [protected] |
Referenced by exportTextFootnoteConfiguration().
| void XMLTextParagraphExport::exportTextMark | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | xPropSet, | |
| const ::rtl::OUString | sProperty, | |||
| const enum::xmloff::token::XMLTokenEnum | pElements[], | |||
| sal_Bool | bAutoStyles | |||
| ) | [protected] |
| void XMLTextParagraphExport::exportIndexMark | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | rPropSet, | |
| sal_Bool | bAutoStyles | |||
| ) | [protected] |
| void XMLTextParagraphExport::exportSoftPageBreak | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | rPropSet, | |
| sal_Bool | bAutoStyles | |||
| ) | [protected] |
| void XMLTextParagraphExport::exportTextRange | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & | rTextRange, | |
| sal_Bool | bAutoStyles, | |||
| sal_Bool & | rPrevCharWasSpace | |||
| ) | [protected] |
| void XMLTextParagraphExport::exportListChange | ( | const XMLTextNumRuleInfo & | rPrvInfo, | |
| const XMLTextNumRuleInfo & | rNextInfo | |||
| ) | [protected] |
rNextInfo.HasStartValue() &&
Definition at line 760 of file txtparae.cxx.
References SvXMLExport::AddAttribute(), XMLTextNumRuleInfo::BelongsToSameList(), SvXMLExport::Characters(), SvXMLExport::CheckAttrList(), SvXMLExport::EndElement(), XMLTextListsHelper::EqualsToTopListStyleOnStack(), EXPORT_OASIS, SvXMLExport::exportTextNumberElement(), XMLTextListsHelper::GenerateNewListId(), SvXMLExport::getDefaultVersion(), XMLStyleExport::GetExport(), SvXMLExport::getExportFlags(), XMLTextListsHelper::GetLastContinuingListId(), XMLTextListsHelper::GetLastProcessedListId(), XMLTextNumRuleInfo::GetLevel(), XMLTextNumRuleInfo::GetListId(), XMLTextNumRuleInfo::GetListLevelStartValue(), XMLTextListsHelper::GetListStyleOfLastProcessedList(), XMLTextNumRuleInfo::GetNumRulesName(), XMLTextNumRuleInfo::GetStartValue(), xmloff::token::GetXMLToken(), XMLTextNumRuleInfo::HasStartValue(), SvXMLExport::IgnorableWhitespace(), XMLTextNumRuleInfo::IsContinueingPreviousSubTree(), XMLTextListsHelper::IsListProcessed(), XMLTextNumRuleInfo::IsNumbered(), XMLTextNumRuleInfo::IsRestart(), XMLTextListsHelper::KeepListAsProcessed(), XMLTextNumRuleInfo::ListLabelString(), mpTextListsHelper, SvtSaveOptions::ODFVER_012, OUString, pListElements, XMLTextListsHelper::PopListFromStack(), XMLTextListsHelper::PushListOnStack(), SvXMLExport::StartElement(), XMLTextListsHelper::StoreLastContinuingList(), xmloff::token::XML_CONTINUE_LIST, xmloff::token::XML_CONTINUE_NUMBERING, xmloff::token::XML_ID, xmloff::token::XML_LIST, xmloff::token::XML_LIST_HEADER, xmloff::token::XML_LIST_ITEM, xmloff::token::XML_NUMBER, xmloff::token::XML_START_VALUE, xmloff::token::XML_STYLE_NAME, xmloff::token::XML_STYLE_OVERRIDE, and xmloff::token::XML_TRUE.
| void XMLTextParagraphExport::exportListAndSectionChange | ( | ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextSection > & | rOldSection, | |
| const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextSection > & | rNewSection, | |||
| const XMLTextNumRuleInfo & | rOldList, | |||
| const XMLTextNumRuleInfo & | rNewList, | |||
| sal_Bool | bAutoStyles | |||
| ) | [protected] |
check if current section or current list has changed; calls exortListChange as appropriate
| void XMLTextParagraphExport::exportListAndSectionChange | ( | ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextSection > & | rOldSection, | |
| const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > & | rNewContent, | |||
| const XMLTextNumRuleInfo & | rOldList, | |||
| const XMLTextNumRuleInfo & | rNewList, | |||
| sal_Bool | bAutoStyles | |||
| ) | [protected] |
overload for exportListAndSectionChange; takes new content rather than new section.
| void XMLTextParagraphExport::exportListAndSectionChange | ( | ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextSection > & | rOldSection, | |
| MultiPropertySetHelper & | rPropSetHelper, | |||
| sal_Int16 | nTextSectionId, | |||
| const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextContent > & | rNewContent, | |||
| const XMLTextNumRuleInfo & | rOldList, | |||
| const XMLTextNumRuleInfo & | rNewList, | |||
| sal_Bool | bAutoStyles | |||
| ) | [protected] |
| void XMLTextParagraphExport::exportChange | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | rPropSet, | |
| sal_Bool | bAutoStyle | |||
| ) | [protected] |
export a redline text portion
| void XMLTextParagraphExport::exportRuby | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | rPortionPropSet, | |
| sal_Bool | bAutoStyles | |||
| ) | [protected] |
export a ruby
| void XMLTextParagraphExport::exportMeta | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | i_xPortion, | |
| sal_Bool | i_bAutoStyles, | |||
| sal_Bool | i_isProgress | |||
| ) | [protected] |
export a text:meta
| void XMLTextParagraphExport::Add | ( | sal_uInt16 | nFamily, | |
| MultiPropertySetHelper & | rPropSetHelper, | |||
| const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | rPropSet, | |||
| const XMLPropertyState ** | pAddState = NULL | |||
| ) |
| void XMLTextParagraphExport::Add | ( | sal_uInt16 | nFamily, | |
| const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | rPropSet, | |||
| const XMLPropertyState ** | pAddState = NULL, |
|||
| bool | bDontSeek = false | |||
| ) |
| ::rtl::OUString XMLTextParagraphExport::Find | ( | sal_uInt16 | nFamily, | |
| const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | rPropSet, | |||
| const ::rtl::OUString & | rParent, | |||
| const XMLPropertyState ** | pAddState = NULL | |||
| ) | const |
find style name for specified family and parent
| SvXMLExportPropertyMapper * XMLTextParagraphExport::CreateShapeExtPropMapper | ( | SvXMLExport & | rExport | ) | [static] |
| SvXMLExportPropertyMapper * XMLTextParagraphExport::CreateCharExtPropMapper | ( | SvXMLExport & | rExport | ) | [static] |
| SvXMLExportPropertyMapper * XMLTextParagraphExport::CreateParaExtPropMapper | ( | SvXMLExport & | rExport | ) | [static] |
Definition at line 1330 of file txtparae.cxx.
References TEXT_PROP_MAP_SHAPE_PARA.
Referenced by XMLShapeExport::ExportGraphicDefaults(), XMLChartExportPropertyMapper::XMLChartExportPropertyMapper(), and XMLTableExport::XMLTableExport().
| SvXMLExportPropertyMapper * XMLTextParagraphExport::CreateParaDefaultExtPropMapper | ( | SvXMLExport & | rExport | ) | [static] |
Definition at line 1338 of file txtparae.cxx.
References TEXT_PROP_MAP_TEXT_ADDITIONAL_DEFAULTS.
Referenced by XMLShapeExport::ExportGraphicDefaults().
| void XMLTextParagraphExport::exportTextStyles | ( | sal_Bool | bUsed, | |
| sal_Bool | bProg = sal_False | |||
| ) |
Definition at line 161 of file txtstyle.cxx.
References bProgress, XMLLineNumberingExport::Export(), XMLSectionExport::ExportBibliographyConfiguration(), XMLStyleExport::exportDefaultStyle(), exportNumStyles(), XMLStyleExport::exportStyleFamily(), exportTextFootnoteConfiguration(), XMLStyleExport::GetExport(), GetFramePropMapper(), GetParaPropMapper(), SvXMLExport::GetShapeExport(), GetTextPropMapper(), xmloff::token::GetXMLToken(), IsBlockMode(), OUString, TEXT_PROP_MAP_TABLE_DEFAULTS, TEXT_PROP_MAP_TABLE_ROW_DEFAULTS, xmloff::token::XML_PARAGRAPH, XML_STYLE_FAMILY_SD_GRAPHICS_NAME, XML_STYLE_FAMILY_TEXT_FRAME, XML_STYLE_FAMILY_TEXT_PARAGRAPH, XML_STYLE_FAMILY_TEXT_TEXT, xmloff::token::XML_TABLE, xmloff::token::XML_TABLE_ROW, and xmloff::token::XML_TEXT.
| void XMLTextParagraphExport::exportTextDeclarations | ( | ) |
This method exports (text field) declarations etc.
Definition at line 3490 of file txtparae.cxx.
References SvXMLExport::AddAttribute(), XMLTextFieldExport::ExportFieldDeclarations(), XMLStyleExport::GetExport(), OUString, pFieldExport, xmloff::token::XML_ALPHABETICAL_INDEX_AUTO_MARK_FILE, and xmloff::token::XML_HREF.
| void XMLTextParagraphExport::exportTextDeclarations | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > & | rText | ) |
export the (text field) declarations for a particular XText
| void XMLTextParagraphExport::exportUsedDeclarations | ( | sal_Bool | bOnlyUsed | ) |
true: export only those declarations that are used; false: export all declarations
Definition at line 3525 of file txtparae.cxx.
References pFieldExport, and XMLTextFieldExport::SetExportOnlyUsedFieldDeclarations().
| void XMLTextParagraphExport::exportTrackedChanges | ( | sal_Bool | bAutoStyle | ) |
Export the list of change information (enclosed by <tracked-changes>) (or the necessary automatic styles).
Definition at line 3531 of file txtparae.cxx.
References XMLRedlineExport::ExportChangesList(), and pRedlineExport.
| void XMLTextParagraphExport::exportTrackedChanges | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > & | rText, | |
| sal_Bool | bAutoStyle | |||
| ) |
Export the list of change information (enclosed by <tracked-changes>) (or the necessary automatic styles).
| void XMLTextParagraphExport::recordTrackedChangesForXText | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > & | rText | ) |
Record tracked changes for this particular XText (empty reference stop recording) This should be used if tracked changes for e.g.
footers are to be exported seperately via the exportTrackedChanges(sal_Bool, Reference<XText>) method.
| void XMLTextParagraphExport::recordTrackedChangesNoXText | ( | ) |
Stop recording tracked changes.
This is the same as calling recordTrackedChanges(...) with an empty reference.
Definition at line 3552 of file txtparae.cxx.
References pRedlineExport, and XMLRedlineExport::SetCurrentXText().
| void XMLTextParagraphExport::exportText | ( | const ::rtl::OUString & | rText, | |
| sal_Bool & | rPrevCharWasSpace | |||
| ) |
| void XMLTextParagraphExport::collectTextAutoStyles | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > & | rText, | |
| sal_Bool | bIsProgress = sal_False, |
|||
| sal_Bool | bExportParagraph = sal_True | |||
| ) | [inline] |
| void XMLTextParagraphExport::collectTextAutoStyles | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > & | rText, | |
| const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextSection > & | rBaseSection, | |||
| sal_Bool | bIsProgress = sal_False, |
|||
| sal_Bool | bExportParagraph = sal_True | |||
| ) | [inline] |
| bool XMLTextParagraphExport::collectTextAutoStylesOptimized | ( | sal_Bool | bIsProgress = sal_False |
) |
Definition at line 1412 of file txtparae.cxx.
References XMLTextListAutoStylePool::Add(), Add(), exportShape(), exportTable(), exportText(), exportTextEmbedded(), exportTextField(), exportTextFrame(), exportTextGraphic(), XMLStyleExport::GetExport(), SvXMLExport::GetShapeExport(), SvXMLExport::GetTextParagraphExport(), OUString, pBoundFrameSets, pListAutoPool, sShapeService, XML_STYLE_FAMILY_TEXT_PARAGRAPH, XML_STYLE_FAMILY_TEXT_RUBY, XML_STYLE_FAMILY_TEXT_SECTION, and XML_STYLE_FAMILY_TEXT_TEXT.
| void XMLTextParagraphExport::exportTextAutoStyles | ( | ) | [virtual] |
Definition at line 3559 of file txtparae.cxx.
References SvXMLAutoStylePoolP::exportXML(), XMLTextListAutoStylePool::exportXML(), GetAutoStylePool(), XMLStyleExport::GetExport(), pListAutoPool, XML_STYLE_FAMILY_TEXT_FRAME, XML_STYLE_FAMILY_TEXT_PARAGRAPH, XML_STYLE_FAMILY_TEXT_RUBY, XML_STYLE_FAMILY_TEXT_SECTION, and XML_STYLE_FAMILY_TEXT_TEXT.
| void XMLTextParagraphExport::exportEvents | ( | const ::com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet > & | rPropSet | ) |
| void XMLTextParagraphExport::exportTitleAndDescription | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & | rPropSet, | |
| const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > & | rPropSetInfo | |||
| ) |
| void XMLTextParagraphExport::exportText | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > & | rText, | |
| sal_Bool | bIsProgress = sal_False, |
|||
| sal_Bool | bExportParagraph = sal_True | |||
| ) | [inline] |
| void XMLTextParagraphExport::exportText | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > & | rText, | |
| const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextSection > & | rBaseSection, | |||
| sal_Bool | bIsProgress = sal_False, |
|||
| sal_Bool | bExportParagraph = sal_True | |||
| ) | [inline] |
| void XMLTextParagraphExport::exportFramesBoundToPage | ( | sal_Bool | bIsProgress = sal_False |
) | [inline] |
Definition at line 644 of file txtparae.hxx.
| void XMLTextParagraphExport::exportFramesBoundToFrame | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextFrame > & | rParentTxtFrame, | |
| sal_Bool | bIsProgress = sal_False | |||
| ) | [inline] |
Definition at line 648 of file txtparae.hxx.
| const XMLTextListAutoStylePool & XMLTextParagraphExport::GetListAutoStylePool | ( | ) | const [inline] |
| void XMLTextParagraphExport::SetBlockMode | ( | sal_Bool | bSet | ) | [inline] |
Definition at line 657 of file txtparae.hxx.
| sal_Bool XMLTextParagraphExport::IsBlockMode | ( | ) | const [inline] |
Definition at line 658 of file txtparae.hxx.
Referenced by exportNumStyles(), exportTextStyles(), and XMLTextParagraphExport().
| UniReference< SvXMLExportPropertyMapper > XMLTextParagraphExport::GetParagraphPropertyMapper | ( | ) | const [inline] |
Definition at line 661 of file txtparae.hxx.
| void XMLTextParagraphExport::PreventExportOfControlsInMuteSections | ( | const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess > & | rShapes, | |
| UniReference< xmloff::OFormLayerXMLExport > | xFormExport | |||
| ) |
exclude form controls which are in mute sections.
This method is necessary to prevent the form layer export from exporting control models whose controls are not represented in the document. To achieve this, this method iterates over all shapes, checks to see if they are control shapes, and if so, whether they should be exported or not. If not, the form layer export will be notified accordingly.
The reason this method is located here is tha it needs to access the XMLSectionExport, which is only available here.
| SinglePropertySetInfoCache& XMLTextParagraphExport::GetCharStyleNamesPropInfoCache | ( | ) | [inline] |
Definition at line 683 of file txtparae.hxx.
| sal_Int32 XMLTextParagraphExport::GetHeadingLevel | ( | const ::rtl::OUString & | rStyleName | ) |
| void XMLTextParagraphExport::PushNewTextListsHelper | ( | ) |
Definition at line 3786 of file txtparae.cxx.
References maTextListsHelperStack, and mpTextListsHelper.
Referenced by XMLTextParagraphExport().
| void XMLTextParagraphExport::PopTextListsHelper | ( | ) |
Definition at line 3792 of file txtparae.cxx.
References maTextListsHelperStack, and mpTextListsHelper.
Referenced by ~XMLTextParagraphExport().
const ::std::auto_ptr< ::xmloff::BoundFrameSets > XMLTextParagraphExport::pBoundFrameSets [private] |
Definition at line 91 of file txtparae.hxx.
Referenced by collectTextAutoStylesOptimized(), and exportPageFrames().
Definition at line 92 of file txtparae.hxx.
Referenced by exportTextDeclarations(), exportUsedDeclarations(), XMLTextParagraphExport(), and ~XMLTextParagraphExport().
OUStrings_Impl* XMLTextParagraphExport::pListElements [private] |
Definition at line 93 of file txtparae.hxx.
Referenced by exportListChange(), and ~XMLTextParagraphExport().
Definition at line 97 of file txtparae.hxx.
Referenced by collectTextAutoStylesOptimized(), exportNumStyles(), exportTextAutoStyles(), GetListAutoStylePool(), and ~XMLTextParagraphExport().
Definition at line 98 of file txtparae.hxx.
Referenced by XMLTextParagraphExport(), and ~XMLTextParagraphExport().
Definition at line 99 of file txtparae.hxx.
Referenced by XMLTextParagraphExport(), and ~XMLTextParagraphExport().
may be NULL (if no redlines should be exported; e.g. in block mode)
Definition at line 102 of file txtparae.hxx.
Referenced by exportTrackedChanges(), recordTrackedChangesNoXText(), XMLTextParagraphExport(), and ~XMLTextParagraphExport().
sal_Bool XMLTextParagraphExport::bProgress [private] |
Definition at line 105 of file txtparae.hxx.
Referenced by exportStyleAttributes(), and exportTextStyles().
sal_Bool XMLTextParagraphExport::bBlock [private] |
Definition at line 107 of file txtparae.hxx.
::rtl::OUString XMLTextParagraphExport::sOpenRubyText [private] |
Definition at line 110 of file txtparae.hxx.
Definition at line 111 of file txtparae.hxx.
sal_Bool XMLTextParagraphExport::bOpenRuby [private] |
Definition at line 112 of file txtparae.hxx.
Definition at line 115 of file txtparae.hxx.
Referenced by exportListChange(), PopTextListsHelper(), and PushNewTextListsHelper().
Definition at line 116 of file txtparae.hxx.
Referenced by PopTextListsHelper(), PushNewTextListsHelper(), and ~XMLTextParagraphExport().
const ::rtl::OUString XMLTextParagraphExport::sActualSize [protected] |
Definition at line 123 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sTitle [protected] |
Definition at line 126 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sDescription [protected] |
Definition at line 127 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sAnchorCharStyleName [protected] |
Definition at line 129 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sAnchorPageNo [protected] |
Definition at line 130 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sAnchorType [protected] |
const ::rtl::OUString XMLTextParagraphExport::sBeginNotice [protected] |
Definition at line 132 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sBookmark [protected] |
Definition at line 133 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sCategory [protected] |
const ::rtl::OUString XMLTextParagraphExport::sChainNextName [protected] |
Definition at line 135 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sCharStyleName [protected] |
Definition at line 136 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sCharStyleNames [protected] |
Definition at line 137 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sContourPolyPolygon [protected] |
Definition at line 138 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sDocumentIndex [protected] |
Definition at line 139 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sDocumentIndexMark [protected] |
Definition at line 140 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sEndNotice [protected] |
Definition at line 141 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sFootnote [protected] |
Definition at line 142 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sFootnoteCounting [protected] |
Definition at line 143 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sFrame [protected] |
Definition at line 144 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sFrameHeightAbsolute [protected] |
Definition at line 145 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sFrameHeightPercent [protected] |
Definition at line 146 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sFrameStyleName [protected] |
Definition at line 147 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sFrameWidthAbsolute [protected] |
Definition at line 148 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sFrameWidthPercent [protected] |
Definition at line 149 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sGraphicFilter [protected] |
Definition at line 150 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sGraphicRotation [protected] |
Definition at line 151 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sGraphicURL [protected] |
Definition at line 152 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sHeight [protected] |
Definition at line 153 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sHoriOrient [protected] |
Definition at line 154 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sHoriOrientPosition [protected] |
Definition at line 155 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sHyperLinkName [protected] |
Definition at line 156 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sHyperLinkTarget [protected] |
Definition at line 157 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sHyperLinkURL [protected] |
Definition at line 158 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sIsAutomaticContour [protected] |
Definition at line 159 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sIsCollapsed [protected] |
Definition at line 160 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sIsPixelContour [protected] |
Definition at line 161 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sIsStart [protected] |
Definition at line 162 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sIsSyncHeightToWidth [protected] |
Definition at line 163 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sIsSyncWidthToHeight [protected] |
Definition at line 164 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sNumberingRules [protected] |
Definition at line 165 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sNumberingType [protected] |
Definition at line 166 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sPageDescName [protected] |
const ::rtl::OUString XMLTextParagraphExport::sPageStyleName [protected] |
Definition at line 168 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sParaChapterNumberingLevel [protected] |
Definition at line 169 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sParaConditionalStyleName [protected] |
Definition at line 170 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sParagraphService [protected] |
Definition at line 171 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sParaStyleName [protected] |
Definition at line 172 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sPositionEndOfDoc [protected] |
Definition at line 173 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sPrefix [protected] |
Definition at line 174 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sRedline [protected] |
Definition at line 175 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sReferenceId [protected] |
Definition at line 176 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sReferenceMark [protected] |
Definition at line 177 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sRelativeHeight [protected] |
Definition at line 178 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sRelativeWidth [protected] |
Definition at line 179 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sRuby [protected] |
Definition at line 180 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sRubyAdjust [protected] |
Definition at line 181 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sRubyCharStyleName [protected] |
Definition at line 182 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sRubyText [protected] |
Definition at line 183 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sServerMap [protected] |
Definition at line 184 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sShapeService [protected] |
const ::rtl::OUString XMLTextParagraphExport::sSizeType [protected] |
Definition at line 186 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sSoftPageBreak [protected] |
Definition at line 187 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sStartAt [protected] |
Definition at line 188 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sSuffix [protected] |
Definition at line 189 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sTableService [protected] |
Definition at line 190 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sText [protected] |
Definition at line 191 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sTextContentService [protected] |
Definition at line 192 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sTextEmbeddedService [protected] |
Definition at line 193 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sTextEndnoteService [protected] |
Definition at line 194 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sTextField [protected] |
Definition at line 195 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sTextFieldService [protected] |
Definition at line 196 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sTextFrameService [protected] |
Definition at line 197 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sTextGraphicService [protected] |
Definition at line 198 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sTextPortionType [protected] |
Definition at line 199 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sTextSection [protected] |
Definition at line 200 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sUnvisitedCharStyleName [protected] |
Definition at line 201 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sVertOrient [protected] |
Definition at line 202 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sVertOrientPosition [protected] |
Definition at line 203 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sVisitedCharStyleName [protected] |
Definition at line 204 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sWidth [protected] |
Definition at line 205 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sWidthType [protected] |
Definition at line 206 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sTextFieldStart [protected] |
Definition at line 207 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sTextFieldEnd [protected] |
Definition at line 208 of file txtparae.hxx.
const ::rtl::OUString XMLTextParagraphExport::sTextFieldStartEnd [protected] |
Definition at line 209 of file txtparae.hxx.
Definition at line 211 of file txtparae.hxx.
1.5.6