Home
last modified time | relevance | path

Searched refs:pAttributes (Results 1 – 14 of 14) sorted by relevance

/trunk/main/l10ntools/source/
H A Dxmlparse.cxx755 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 Dxerecord.cxx66 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 Dunopropertyarrayhelper.cxx58 …: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 Dsvgtextnode.cxx105 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 Dxerecord.hxx67 … 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 Dxmlparse.hxx309 XMLAttributeList *pAttributes; member in XMLElement
328 pAttributes( NULL ), in XMLElement()
349 XMLAttributeList *GetAttributeList() { return pAttributes; } in GetAttributeList()
/trunk/main/xmloff/source/core/
H A DRDFaImportHelper.cxx474 ::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 Dpropshlp.cxx1155 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 DTokenContext.cxx48 const SvXMLTokenMapEntry* pAttributes, in TokenContext() argument
51 mpAttributes( pAttributes ), in TokenContext()
H A DTokenContext.hxx62 const SvXMLTokenMapEntry* pAttributes = NULL,
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx153 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 Dmenubarmanager.cxx1377 …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 Dpropshlp.hxx80 ::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 Dunopropertyarrayhelper.hxx51 … fillPropertyMembersByHandle( ::rtl::OUString * pPropName, sal_Int16 * pAttributes, sal_Int32 nHan…

Completed in 94 milliseconds