Home
last modified time | relevance | path

Searched refs:mpTextListsHelper (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx855 mpTextListsHelper->PopListFromStack(); in exportListChange()
905 if ( !mpTextListsHelper->IsListProcessed( sListId ) ) in exportListChange()
917 mpTextListsHelper->KeepListAsProcessed( sListId, in exportListChange()
924 mpTextListsHelper->GenerateNewListId() ); in exportListChange()
937 mpTextListsHelper->GetLastContinuingListId( sListId ); in exportListChange()
940 mpTextListsHelper->StoreLastContinuingList( sListId, in exportListChange()
943 mpTextListsHelper->GetListStyleOfLastProcessedList() && in exportListChange()
946 mpTextListsHelper->GetLastProcessedListId() && in exportListChange()
975 mpTextListsHelper->KeepListAsProcessed( sNewListId, in exportListChange()
987 !mpTextListsHelper->EqualsToTopListStyleOnStack( sListStyleName ) ) in exportListChange()
[all …]
/trunk/main/xmloff/inc/xmloff/
H A Dtxtparae.hxx110 XMLTextListsHelper* mpTextListsHelper; member in XMLTextParagraphExport