/trunk/main/l10ntools/source/ |
H A D | xmlparse.cxx | 755 pAttributes ( NULL ), in XMLElement() 765 if ( obj.pAttributes ){ in XMLElement() 786 if ( pAttributes ){ in operator =() 789 delete pAttributes; in operator =() 791 if ( obj.pAttributes ){ in operator =() 804 if ( !pAttributes ) in AddAttribute() 814 if ( pAttributes ){ in ChangeLanguageTag() 843 if ( pAttributes ) in GetAttribute() 855 if ( pAttributes ) { in ~XMLElement() 859 delete pAttributes; in ~XMLElement() [all …]
|
/trunk/main/sc/source/filter/excel/ |
H A D | xerecord.cxx | 66 XclExpXmlElementRecord::XclExpXmlElementRecord( sal_Int32 nElement, void (*pAttributes)( XclExpXmlS… in XclExpXmlElementRecord() 67 : mnElement( nElement ), mpAttributes( pAttributes ) in XclExpXmlElementRecord() 77 XclExpXmlStartElementRecord::XclExpXmlStartElementRecord( sal_Int32 nElement, void (*pAttributes)( … in XclExpXmlStartElementRecord() 78 : XclExpXmlElementRecord( nElement, pAttributes ) in XclExpXmlStartElementRecord() 118 …tRecord::XclExpXmlStartSingleElementRecord( sal_Int32 nElement, void (*pAttributes)( XclExpXmlStre… in XclExpXmlStartSingleElementRecord() 119 : XclExpXmlElementRecord( nElement, pAttributes ) in XclExpXmlStartSingleElementRecord()
|
/trunk/main/toolkit/source/helper/ |
H A D | unopropertyarrayhelper.cxx | 58 …:fillPropertyMembersByHandle( ::rtl::OUString * pPropName, sal_Int16 * pAttributes, sal_Int32 nPro… in fillPropertyMembersByHandle() argument 66 if ( pAttributes ) in fillPropertyMembersByHandle() 67 *pAttributes = GetPropertyAttribs( id ); in fillPropertyMembersByHandle()
|
/trunk/main/svgio/source/svgreader/ |
H A D | svgtextnode.cxx | 105 const SvgStyleAttributes* pAttributes = rCandidate.getSvgStyleAttributes(); in addTextPrimitives() local 107 if(pAttributes) in addTextPrimitives() 110 pAttributes->add_text(rTarget, rSource); in addTextPrimitives()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xerecord.hxx | 67 … XclExpXmlElementRecord( sal_Int32 nElement, void (*pAttributes)( XclExpXmlStream& rStrm) = NULL ); 80 …XclExpXmlStartElementRecord( sal_Int32 nElement, void (*pAttributes)( XclExpXmlStream& rStrm) = NU… 104 …XclExpXmlStartSingleElementRecord( sal_Int32 nElement, void (*pAttributes)( XclExpXmlStream& rStrm…
|
/trunk/main/l10ntools/inc/ |
H A D | xmlparse.hxx | 309 XMLAttributeList *pAttributes; member in XMLElement 328 pAttributes( NULL ), in XMLElement() 349 XMLAttributeList *GetAttributeList() { return pAttributes; } in GetAttributeList()
|
/trunk/main/xmloff/source/core/ |
H A D | RDFaImportHelper.cxx | 474 ::boost::shared_ptr<ParsedRDFaAttributes> pAttributes( in ParseAndAddRDFa() 476 if (pAttributes.get()) in ParseAndAddRDFa() 478 AddRDFa(i_xObject, pAttributes); in ParseAndAddRDFa()
|
/trunk/main/cppuhelper/source/ |
H A D | propshlp.cxx | 1155 sal_Int16 * pAttributes, in fillPropertyMembersByHandle() argument 1168 if( pAttributes ) in fillPropertyMembersByHandle() 1169 *pAttributes = pProperties[ nHandle ].Attributes; in fillPropertyMembersByHandle() 1181 if( pAttributes ) in fillPropertyMembersByHandle() 1182 *pAttributes = pProperties[ i ].Attributes; in fillPropertyMembersByHandle()
|
/trunk/main/xmloff/source/xforms/ |
H A D | TokenContext.cxx | 48 const SvXMLTokenMapEntry* pAttributes, in TokenContext() argument 51 mpAttributes( pAttributes ), in TokenContext()
|
H A D | TokenContext.hxx | 62 const SvXMLTokenMapEntry* pAttributes = NULL,
|
/trunk/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 153 SvKeyValueIterator* pAttributes = NULL; in Read() local 155 pAttributes = pObjSh->GetHeaderAttributes(); in Read() 169 pAttributes = xValues; in Read() 173 sal_uLong nErr = pEdit->Read( rStream, rBaseURL, EE_FORMAT_HTML, pAttributes ); in Read() 2789 SvKeyValueIterator* pAttributes = 0; in Read() local 2794 pAttributes = pObjSh->GetHeaderAttributes(); in Read() 2808 pAttributes = xValues; in Read() 2814 sal_uLong nErr = pEdit->Read( rStrm, rBaseURL, EE_FORMAT_HTML, pAttributes ); in Read()
|
/trunk/main/framework/source/uielement/ |
H A D | menubarmanager.cxx | 1377 …MenuConfiguration::Attributes* pAttributes = (MenuConfiguration::Attributes *)(pMenu->GetUserValue… in FillMenuManager() local 1378 if ( pAttributes ) in FillMenuManager() 1379 xPopupMenuDispatchProvider = pAttributes->xDispatchProvider; in FillMenuManager() 1818 … MenuConfiguration::Attributes* pAttributes = new MenuConfiguration::Attributes; in FillMenu() local 1819 pAttributes->xDispatchProvider = xDispatchProvider; in FillMenu() 1820 pMenu->SetUserValue( nId, (sal_uIntPtr)( pAttributes )); in FillMenu()
|
/trunk/main/cppuhelper/inc/cppuhelper/ |
H A D | propshlp.hxx | 80 ::rtl::OUString * pPropName, sal_Int16 * pAttributes, sal_Int32 nHandle ) = 0; 162 ::rtl::OUString * pPropName, sal_Int16 * pAttributes, sal_Int32 nHandle );
|
/trunk/main/toolkit/inc/toolkit/helper/ |
H A D | unopropertyarrayhelper.hxx | 51 … fillPropertyMembersByHandle( ::rtl::OUString * pPropName, sal_Int16 * pAttributes, sal_Int32 nHan…
|