Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/inc/
H A Dcaption.hxx44 String sCategory; member in InsCaptionOpt
71 inline const String& GetCategory() const { return sCategory; } in GetCategory()
72 inline void SetCategory(const String& rCat) { sCategory = rCat; } in SetCategory()
/trunk/main/sw/source/ui/config/
H A Dcaption.cxx81 sCategory = rOpt.sCategory; in operator =()
/trunk/main/xmloff/source/text/
H A Dtxtstyli.cxx142 , sCategory( RTL_CONSTASCII_USTRINGPARAM( "Category" ) ) in XMLTextStyleContext()
235 xPropSetInfo->hasPropertyByName( sCategory ) && in CreateAndInsert()
240 xPropSet->setPropertyValue( sCategory, aAny ); in CreateAndInsert()
H A Dtxtstyle.cxx62 if( xPropSetInfo->hasPropertyByName( sCategory ) ) in exportStyleAttributes()
65 xPropSet->getPropertyValue( sCategory ) >>= nCategory; in exportStyleAttributes()
H A Dtxtparae.cxx1202 sCategory(RTL_CONSTASCII_USTRINGPARAM("Category")), in XMLTextParagraphExport()
/trunk/main/xmloff/inc/xmloff/
H A Dtxtstyli.hxx41 const ::rtl::OUString sCategory; member in XMLTextStyleContext
H A Dtxtparae.hxx138 const ::rtl::OUString sCategory; member in XMLTextParagraphExport
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx1782 OUString sCategory = rServiceName.getToken( 0, '.', nIndex ); in createInstance() local
1783 sal_Bool bShape = sCategory == C2U("drawing"); in createInstance()
1784 if( bShape || sCategory == C2U("form")) in createInstance()
1809 else if (sCategory == C2U ("document") ) in createInstance()
1818 else if (sCategory == C2U ("text") ) in createInstance()
1823 else if (sCategory == C2U ("chart2") ) in createInstance()

Completed in 69 milliseconds