Searched refs:xTableFamily (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sd/source/core/ |
H A D | drawdoc4.cxx | 554 if( xTableFamily.is() ) try in implCreateTableTemplate() 556 if( !xTableFamily->hasByName( OUString( rName ) ) ) in implCreateTableTemplate() 558 Reference< XSingleServiceFactory > xFactory( xTableFamily, UNO_QUERY_THROW ); in implCreateTableTemplate() 560 xTableFamily->insertByName( OUString( rName ), Any( xDefaultTableStyle ) ); in implCreateTableTemplate() 584 Reference< XNameContainer > xTableFamily( pSSPool->getByName( sFamilyName ), UNO_QUERY ); in CreateDefaultCellStyles() local 681 …implCreateTableTemplate( xTableFamily, OUString(RTL_CONSTASCII_USTRINGPARAM("default")), aBlue1, a… in CreateDefaultCellStyles() 689 …implCreateTableTemplate( xTableFamily, OUString(RTL_CONSTASCII_USTRINGPARAM("bw") ), aBW1, aBW3, a… in CreateDefaultCellStyles() 713 …implCreateTableTemplate( xTableFamily, OUString(RTL_CONSTASCII_USTRINGPARAM("gray") ), aGray1, aGr… in CreateDefaultCellStyles() 721 …implCreateTableTemplate( xTableFamily, OUString(RTL_CONSTASCII_USTRINGPARAM("sun") ), aSun1, aSun3… in CreateDefaultCellStyles() 729 …implCreateTableTemplate( xTableFamily, OUString(RTL_CONSTASCII_USTRINGPARAM("earth") ), aEarth1, a… in CreateDefaultCellStyles() [all …]
|
/trunk/main/xmloff/source/table/ |
H A D | XMLTableImport.cxx | 265 Reference< XNameContainer > xTableFamily( xFamilies->getByName( sFamilyName ), UNO_QUERY_THROW ); in finishStyles() local 268 Reference< XSingleServiceFactory > xFactory( xTableFamily, UNO_QUERY_THROW ); in finishStyles() 290 if( xTableFamily->hasByName( sTemplateName ) ) in finishStyles() 291 xTableFamily->replaceByName( sTemplateName, Any( xTemplate ) ); in finishStyles() 293 xTableFamily->insertByName( sTemplateName, Any( xTemplate ) ); in finishStyles()
|
H A D | XMLTableExport.cxx | 546 Reference< XIndexAccess > xTableFamily( xFamilies->getByName( sFamilyName ), UNO_QUERY_THROW ); in exportTableTemplates() local 548 for( sal_Int32 nIndex = 0; nIndex < xTableFamily->getCount(); nIndex++ ) try in exportTableTemplates() 550 Reference< XStyle > xTableStyle( xTableFamily->getByIndex( nIndex ), UNO_QUERY_THROW ); in exportTableTemplates()
|
/trunk/main/sd/source/ui/table/ |
H A D | tablefunction.cxx | 99 Reference< XNameContainer > xTableFamily( xPool->getByName( sFamilyName ), UNO_QUERY_THROW ); in apply_table_style() local 103 Reference< XIndexAccess > xStyle( xTableFamily->getByName( aStdName ), UNO_QUERY_THROW ); in apply_table_style()
|
/trunk/main/xmloff/source/draw/ |
H A D | ximpshap.cxx | 4010 Reference< XNameAccess > xTableFamily( xFamilies->getByName( sFamilyName ), UNO_QUERY_THROW ); in StartElement() local 4011 …Reference< XStyle > xTableStyle( xTableFamily->getByName( msTemplateStyleName ), UNO_QUERY_THROW ); in StartElement()
|
Completed in 48 milliseconds