Home
last modified time | relevance | path

Searched refs:ODi_ListLevelStyle (Results 1 – 8 of 8) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/imp/xp/
H A DODi_ListLevelStyle.cpp45 ODi_ListLevelStyle::ODi_ListLevelStyle(const char* pStateName, in ODi_ListLevelStyle() function in ODi_ListLevelStyle
56 void ODi_ListLevelStyle::startElement (const gchar* pName, in startElement()
146 void ODi_ListLevelStyle::endElement (const gchar* pName, in endElement()
160 bool ODi_ListLevelStyle::isVisible(void) const in isVisible()
168 void ODi_ListLevelStyle::setAbiListID(UT_uint32 abiListID) { in setAbiListID()
204 void ODi_ListLevelStyle::buildAbiPropsString() { in buildAbiPropsString()
216 void ODi_ListLevelStyle::getAbiProperties(std::string& rProps, in getAbiProperties()
319 : ODi_ListLevelStyle("Bullet_ListLevelStyle", rElementStack) in ODi_Bullet_ListLevelStyle()
339 ODi_ListLevelStyle::startElement (pName, ppAtts, rAction); in startElement()
429 ODi_ListLevelStyle::buildAbiPropsString(); in buildAbiPropsString()
[all …]
H A DODi_Style_List.cpp52 ODi_ListLevelStyle* pLevelStyle = NULL; in startElement()
136 for(std::vector<ODi_ListLevelStyle*>::const_iterator iter = m_levelStyles.begin(); in redefine()
149 for(std::vector<ODi_ListLevelStyle*>::const_iterator iter = m_levelStyles.begin(); in redefine()
158 std::vector<ODi_ListLevelStyle*>::const_iterator iter2; in redefine()
190 for(std::vector<ODi_ListLevelStyle*>::const_iterator iter = m_levelStyles.begin(); in defineAbiList()
197 for(std::vector<ODi_ListLevelStyle*>::const_iterator iter = m_levelStyles.begin(); in defineAbiList()
204 std::vector<ODi_ListLevelStyle*>::const_iterator iter2; in defineAbiList()
227 for(std::vector<ODi_ListLevelStyle*>::const_iterator iter = m_levelStyles.begin(); in defineAbiList()
240 for(std::vector<ODi_ListLevelStyle*>::const_iterator iter = m_levelStyles.begin(); in buildAbiPropertiesString()
H A DODi_ListLevelStyle.h37 class ODi_ListLevelStyle : public ODi_ListenerState {
41 ODi_ListLevelStyle(const char* pStateName, ODi_ElementStack& rElementStack);
42 virtual ~ODi_ListLevelStyle() {} in ~ODi_ListLevelStyle()
147 class ODi_Bullet_ListLevelStyle : public ODi_ListLevelStyle {
168 class ODi_Numbered_ListLevelStyle : public ODi_ListLevelStyle {
H A DODi_Style_List.h33 class ODi_ListLevelStyle; variable
66 ODi_ListLevelStyle* getLevelStyle(UT_uint32 level) const in getLevelStyle()
93 std::vector<ODi_ListLevelStyle*> m_levelStyles;
H A DMakefile.am28 ODi_ListLevelStyle.cpp \
30 ODi_ListLevelStyle.h \
H A DMakefile.in115 ODi_ListLevelStyle.lo ODi_ManifestStream_ListenerState.lo \
150 ./$(DEPDIR)/ODi_ListLevelStyle.Plo \
567 ODi_ListLevelStyle.cpp \
569 ODi_ListLevelStyle.h \
666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ODi_ListLevelStyle.Plo@am__quote@ # am--include-ma…
852 -rm -f ./$(DEPDIR)/ODi_ListLevelStyle.Plo
924 -rm -f ./$(DEPDIR)/ODi_ListLevelStyle.Plo
H A DODi_Office_Styles.cpp267 ODi_ListLevelStyle* pLevelStyle; in _linkListStyles()
H A DODi_TextContent_ListenerState.cpp211 ODi_ListLevelStyle *pLevelStyle = m_pCurrentListStyle->getLevelStyle(m_listLevel); in startElement()
1865 ODi_ListLevelStyle* pListLevelStyle = NULL; in _startParagraphElement()