Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/export/
H A Ddrawingml.cxx884 pAutoNumType = #x "ParenBoth"; \
886 pAutoNumType = #x "ParenR"; \
888 pAutoNumType = #x "Period";
893 const char* pAutoNumType = NULL; in GetAutoNumType() local
914 pAutoNumType = "arabicPlain"; in GetAutoNumType()
920 return pAutoNumType; in GetAutoNumType()
1005 … const char* pAutoNumType = GetAutoNumType( nNumberingType, bSDot, bPBehind, bPBoth ); in WriteParagraphNumbering() local
1024 if( pAutoNumType ) in WriteParagraphNumbering()
1025 … mpFS->singleElementNS( XML_a, XML_buAutoNum, XML_type, pAutoNumType, FSEND ); in WriteParagraphNumbering()

Completed in 16 milliseconds