/trunk/main/xmloff/inc/xmloff/ |
H A D | xmlnumfi.hxx | 194 virtual void CreateAndInsert(sal_Bool bOverwrite); 199 sal_Int32 CreateAndInsert( SvNumberFormatter* pFormatter ); 200 …sal_Int32 CreateAndInsert( com::sun::star::uno::Reference< com::sun::star::util::XNumberFormatsSup…
|
H A D | XMLTextShapeStyleContext.hxx | 63 virtual void CreateAndInsert( sal_Bool bOverwrite );
|
H A D | txtstyli.hxx | 101 virtual void CreateAndInsert( sal_Bool bOverwrite );
|
H A D | prstylei.hxx | 134 virtual void CreateAndInsert( sal_Bool bOverwrite );
|
H A D | xmlstyle.hxx | 137 virtual void CreateAndInsert( sal_Bool bOverwrite );
|
/trunk/main/xmloff/source/style/ |
H A D | xmlnumfi.cxx | 1598 CreateAndInsert(sal_True); in GetKey() 1611 CreateAndInsert(sal_True); in PrivateGetKey() 1616 sal_Int32 SvXMLNumFormatContext::CreateAndInsert( com::sun::star::uno::Reference< com::sun::star::u… in CreateAndInsert() function in SvXMLNumFormatContext 1627 return CreateAndInsert( pFormatter ); in CreateAndInsert() 1635 void SvXMLNumFormatContext::CreateAndInsert(sal_Bool /*bOverwrite*/) in CreateAndInsert() function in SvXMLNumFormatContext 1638 CreateAndInsert(pData->GetNumberFormatter()); in CreateAndInsert() 1641 sal_Int32 SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter* pFormatter) in CreateAndInsert() function in SvXMLNumFormatContext
|
H A D | xmlstyle.cxx | 203 void SvXMLStyleContext::CreateAndInsert( sal_Bool /*bOverwrite*/ ) in CreateAndInsert() function in SvXMLStyleContext 912 pStyle->CreateAndInsert( sal_False ); in CopyAutoStylesToDoc() 932 pStyle->CreateAndInsert( bOverwrite ); in CopyStylesToDoc()
|
H A D | prstylei.cxx | 264 void XMLPropStyleContext::CreateAndInsert( sal_Bool bOverwrite ) in CreateAndInsert() function in XMLPropStyleContext
|
/trunk/main/xmloff/source/text/ |
H A D | XMLTextShapeStyleContext.cxx | 219 void XMLTextShapeStyleContext::CreateAndInsert( sal_Bool bOverwrite ) in CreateAndInsert() function in XMLTextShapeStyleContext 221 XMLShapeStyleContext::CreateAndInsert( bOverwrite ); in CreateAndInsert()
|
H A D | txtstyli.cxx | 214 void XMLTextStyleContext::CreateAndInsert( sal_Bool bOverwrite ) in CreateAndInsert() function in XMLTextStyleContext 216 XMLPropStyleContext::CreateAndInsert( bOverwrite ); in CreateAndInsert()
|
H A D | XMLIndexBibliographyConfigurationContext.cxx | 222 void XMLIndexBibliographyConfigurationContext::CreateAndInsert(sal_Bool) in CreateAndInsert() function in XMLIndexBibliographyConfigurationContext
|
H A D | XMLLineNumberingImportContext.cxx | 219 void XMLLineNumberingImportContext::CreateAndInsert(sal_Bool) in CreateAndInsert() function in XMLLineNumberingImportContext
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmlfmt.cxx | 486 virtual void CreateAndInsert( sal_Bool bOverwrite ); 602 void SwXMLItemSetStyleContext_Impl::CreateAndInsert( sal_Bool bOverwrite ) in CreateAndInsert() function in SwXMLItemSetStyleContext_Impl 605 pTextStyle->CreateAndInsert( bOverwrite ); in CreateAndInsert()
|
/trunk/main/xmloff/inc/ |
H A D | XMLIndexBibliographyConfigurationContext.hxx | 89 virtual void CreateAndInsert( sal_Bool bOverwrite );
|
H A D | XMLLineNumberingImportContext.hxx | 109 virtual void CreateAndInsert(sal_Bool bOverwrite);
|
/trunk/main/xmloff/source/forms/ |
H A D | layerimport.cxx | 293 …sal_Int32 nFormatKey = const_cast<SvXMLNumFormatContext*>(pDataStyle)->CreateAndInsert( xFormatsSu… in applyControlNumberStyle()
|