Home
last modified time | relevance | path

Searched refs:SwNumRuleTable (Results 1 – 25 of 37) sorted by relevance

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/inc/
H A Dfltini.hxx24 class SwNumRuleTable;
72 std::unique_ptr<SwNumRuleTable> pNumRuleTable; // list of all named NumRules
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Ddbgoutsw.hxx45 class SwNumRuleTable;
75 const char* dbg_out(const SwNumRuleTable& rTable);
H A Ddocary.hxx210 class SwNumRuleTable final : public SwVectorModifyBase<SwNumRule*> { class
H A Ddoc.hxx269 mutable std::unique_ptr<SwNumRuleTable> mpNumRuleTable; //< List of all named NumRules.
1067 const SwNumRuleTable& GetNumRuleTable() const { return *mpNumRuleTable; } in GetNumRuleTable()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Ddbgoutsw.hxx44 class SwNumRuleTable;
74 const char * dbg_out(const SwNumRuleTable & rTable);
H A Ddocary.hxx312 class SwNumRuleTable final : public SwVectorModifyBase<SwNumRule*> { class
H A Ddoc.hxx265 mutable std::unique_ptr<SwNumRuleTable> mpNumRuleTable; //< List of all named NumRules.
1060 const SwNumRuleTable& GetNumRuleTable() const { return *mpNumRuleTable; } in GetNumRuleTable()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/inc/
H A Dfltini.hxx24 class SwNumRuleTable;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A DDocumentSettingManager.cxx268 const SwNumRuleTable& rNmTable = m_rDoc.GetNumRuleTable(); in set()
269 for( SwNumRuleTable::size_type n = 0; n < rNmTable.size(); ++n ) in set()
H A Ddbgoutsw.cxx732 static OUString lcl_dbg_out(const SwNumRuleTable & rTable) in lcl_dbg_out()
753 const char * dbg_out(const SwNumRuleTable & rTable) in dbg_out()
H A Dnumber.cxx319 for( SwNumRuleTable::size_type n = pDoc->GetNumRuleTable().size(); !bFnd && n; ) in UpdateNumNodes()
1453 void SwNumRuleTable::dumpAsXml(xmlTextWriterPtr pWriter) const in dumpAsXml()
H A Ddocfmt.cxx1566 const SwNumRuleTable::size_type nCnt = rSource.GetNumRuleTable().size(); in ReplaceStyles()
1569 const SwNumRuleTable& rArr = rSource.GetNumRuleTable(); in ReplaceStyles()
1570 for( SwNumRuleTable::size_type n = 0; n < nCnt; ++n ) in ReplaceStyles()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddbgoutsw.cxx728 static OUString lcl_dbg_out(const SwNumRuleTable & rTable) in lcl_dbg_out()
749 const char * dbg_out(const SwNumRuleTable & rTable) in dbg_out()
H A DDocumentSettingManager.cxx281 const SwNumRuleTable& rNmTable = m_rDoc.GetNumRuleTable(); in set()
282 for( SwNumRuleTable::size_type n = 0; n < rNmTable.size(); ++n ) in set()
H A Dnumber.cxx323 for( SwNumRuleTable::size_type n = rDoc.GetNumRuleTable().size(); !bFnd && n; ) in UpdateNumNodes()
1556 void SwNumRuleTable::dumpAsXml(xmlTextWriterPtr pWriter) const in dumpAsXml()
H A Ddocfmt.cxx1594 const SwNumRuleTable::size_type nCnt = rSource.GetNumRuleTable().size(); in ReplaceStyles()
1597 const SwNumRuleTable& rArr = rSource.GetNumRuleTable(); in ReplaceStyles()
1598 for( SwNumRuleTable::size_type n = 0; n < nCnt; ++n ) in ReplaceStyles()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/writer/
H A Dwriter.cxx358 const SwNumRuleTable& rListTable = m_pDoc->GetNumRuleTable(); in PutNumFormatFontsInAttrPool()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/writer/
H A Dwriter.cxx361 const SwNumRuleTable& rListTable = m_pDoc->GetNumRuleTable(); in PutNumFormatFontsInAttrPool()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dwrtw8num.cxx128 m_pUsedNumTable.reset(new SwNumRuleTable); in GetNumberingId()
H A Dwrtww8.hxx91 class SwNumRuleTable;
459 std::unique_ptr<SwNumRuleTable> m_pUsedNumTable; // all used NumRules
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/basflt/
H A Dfltini.cxx291 pNumRuleTable.reset(new SwNumRuleTable); in SwRelNumRuleSpaces()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dwrtw8num.cxx120 m_pUsedNumTable.reset(new SwNumRuleTable); in GetNumberingId()
H A Dwrtww8.hxx88 class SwNumRuleTable;
463 std::unique_ptr<SwNumRuleTable> m_pUsedNumTable; // all used NumRules
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Ddocstyle.cxx1761 const SwNumRuleTable& rTable = rDoc.GetNumRuleTable(); in lcl_SaveStyles()
1840 const SwNumRuleTable& rTable = rDoc.GetNumRuleTable(); in lcl_DeleteInfoStyles()
3008 const SwNumRuleTable& rNumTable = rDoc.GetNumRuleTable(); in First()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Ddocstyle.cxx1765 const SwNumRuleTable& rTable = rDoc.GetNumRuleTable(); in lcl_SaveStyles()
1844 const SwNumRuleTable& rTable = rDoc.GetNumRuleTable(); in lcl_DeleteInfoStyles()
3010 const SwNumRuleTable& rNumTable = rDoc.GetNumRuleTable(); in First()

12