Searched refs:sFamilyName (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/xmloff/source/style/ |
H A D | XMLFontAutoStylePool.cxx | 58 OUString sFamilyName; member in XMLFontAutoStylePoolEntry_Impl 82 const OUString& GetFamilyName() const { return sFamilyName; } in GetFamilyName() 98 sFamilyName( rFamilyName ), in XMLFontAutoStylePoolEntry_Impl() 112 sFamilyName( rFamilyName ), in XMLFontAutoStylePoolEntry_Impl()
|
/aoo4110/main/svx/source/form/ |
H A D | fmcontrollayout.cxx | 211 ::rtl::OUString sFamilyName, sStyleName; in getDefaultDocumentTextStyle() 212 … if ( !lcl_getDocumentDefaultStyleAndFamily( xSuppStyleFamilies.get(), sFamilyName, sStyleName ) ) in getDefaultDocumentTextStyle() 216 …Reference< XNameAccess > xStyleFamily( xStyleFamilies->getByName( sFamilyName ), UNO_QUERY_THROW ); in getDefaultDocumentTextStyle()
|
/aoo4110/main/xmloff/source/text/ |
H A D | txtexppr.cxx | 212 OUString sFamilyName; in ContextFontFilter() local 220 sFamilyName = sTmp; in ContextFontFilter() 233 sFamilyName, sStyleName, nFamily, nPitch, eEnc ) ); in ContextFontFilter() 253 if( pFontFamilyNameState && (0 == sFamilyName.getLength()) ) in ContextFontFilter()
|
/aoo4110/main/sd/source/ui/table/ |
H A D | tablefunction.cxx | 98 const OUString sFamilyName( RTL_CONSTASCII_USTRINGPARAM( "table" ) ); in apply_table_style() local 99 Reference< XNameContainer > xTableFamily( xPool->getByName( sFamilyName ), UNO_QUERY_THROW ); in apply_table_style()
|
H A D | TableDesignPane.cxx | 153 const OUString sFamilyName( RTL_CONSTASCII_USTRINGPARAM("table" ) ); in TableDesignPane() local 154 mxTableFamily = Reference< XIndexAccess >( xFamilies->getByName( sFamilyName ), UNO_QUERY_THROW ); in TableDesignPane()
|
/aoo4110/main/xmloff/source/table/ |
H A D | XMLTableExport.cxx | 545 const OUString sFamilyName( RTL_CONSTASCII_USTRINGPARAM("table" ) ); in exportTableTemplates() local 546 Reference< XIndexAccess > xTableFamily( xFamilies->getByName( sFamilyName ), UNO_QUERY_THROW ); in exportTableTemplates()
|
H A D | XMLTableImport.cxx | 262 const OUString sFamilyName( RTL_CONSTASCII_USTRINGPARAM("table" ) ); in finishStyles() local 265 Reference< XNameContainer > xTableFamily( xFamilies->getByName( sFamilyName ), UNO_QUERY_THROW ); in finishStyles()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 747 String sFamilyName; in StartRuby() local 753 sFamilyName = rFont.GetFamilyName(); in StartRuby() 768 sFamilyName = rFont.GetFamilyName(); in StartRuby() 777 aStr.Append( sFamilyName ); in StartRuby()
|
/aoo4110/main/sd/source/core/ |
H A D | drawdoc4.cxx | 583 const OUString sFamilyName( RTL_CONSTASCII_USTRINGPARAM( "table" ) ); in CreateDefaultCellStyles() local 584 Reference< XNameContainer > xTableFamily( pSSPool->getByName( sFamilyName ), UNO_QUERY ); in CreateDefaultCellStyles()
|
/aoo4110/main/svx/source/table/ |
H A D | svdotable.cxx | 338 const rtl::OUString sFamilyName( RTL_CONSTASCII_USTRINGPARAM( "table" ) ); in SetModel() local 339 …Reference< XNameAccess > xTableFamilyAccess( xFamilyNameAccess->getByName( sFamilyName ), UNO_QUER… in SetModel()
|
H A D | tablecontroller.cxx | 851 const OUString sFamilyName( RTL_CONSTASCII_USTRINGPARAM( "table" ) ); in SetTableStyle() local 852 …Reference< XNameAccess > xTableFamilyAccess( xFamilyNameAccess->getByName( sFamilyName ), UNO_QUER… in SetTableStyle()
|
/aoo4110/main/xmloff/source/draw/ |
H A D | ximpshap.cxx | 4009 const OUString sFamilyName( RTL_CONSTASCII_USTRINGPARAM("table" ) ); in StartElement() local 4010 Reference< XNameAccess > xTableFamily( xFamilies->getByName( sFamilyName ), UNO_QUERY_THROW ); in StartElement()
|
Completed in 118 milliseconds