Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/text/
H A Dtxtimp.cxx1388 OUString sListStyle; in lcl_HasListStyle() local
1389 xPropSet->getPropertyValue( sNumberingStyleName ) >>= sListStyle; in lcl_HasListStyle()
1390 if ( sListStyle.getLength() != 0 && in lcl_HasListStyle()
1391 sListStyle == sOutlineStyleName ) in lcl_HasListStyle()
1443 OUString sListStyle; in lcl_HasListStyle() local
1444 xPropSet->getPropertyValue( sNumberingStyleName ) >>= sListStyle; in lcl_HasListStyle()
1445 if ( sListStyle.getLength() != 0 && in lcl_HasListStyle()
1446 sListStyle == sOutlineStyleName ) in lcl_HasListStyle()
1455 else if ( sListStyle.getLength() == 0 && in lcl_HasListStyle()

Completed in 14 milliseconds