Home
last modified time | relevance | path

Searched refs:mpAttributes (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/unx/generic/app/
H A Di18n_ic.cxx77 if ( mpAttributes != NULL ) in ~SalI18N_InputContext()
78 XFree( mpAttributes ); in ~SalI18N_InputContext()
164 mpAttributes( NULL ), in SalI18N_InputContext()
322 mpAttributes = XVaCreateNestedList( in SalI18N_InputContext()
334 mpAttributes = XVaAddToNestedList( mpAttributes, in SalI18N_InputContext()
342 mpAttributes = XVaAddToNestedList( mpAttributes, in SalI18N_InputContext()
346 XNVaNestedList, mpAttributes, in SalI18N_InputContext()
359 if ( mpAttributes != NULL ) in SalI18N_InputContext()
360 XFree( mpAttributes ); in SalI18N_InputContext()
370 mpAttributes = NULL; in SalI18N_InputContext()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxerecord.cxx67 : mnElement( nElement ), mpAttributes( pAttributes ) in XclExpXmlElementRecord()
89 if( ! mpAttributes ) in SaveXml()
96 (*mpAttributes)( rStrm ); in SaveXml()
131 if( mpAttributes ) in SaveXml()
132 (*mpAttributes)( rStrm ); in SaveXml()
/trunk/main/xmloff/source/xforms/
H A DTokenContext.cxx51 mpAttributes( pAttributes ), in TokenContext()
67 DBG_ASSERT( mpAttributes != NULL, "no token map for attributes" ); in StartElement()
68 SvXMLTokenMap aMap( mpAttributes ); in StartElement()
H A DTokenContext.hxx54 const SvXMLTokenMapEntry* mpAttributes; /// static token map member in TokenContext
/trunk/main/vcl/inc/unx/
H A Di18n_ic.hxx53 XVaNestedList mpAttributes; member in SalI18N_InputContext
/trunk/main/sc/source/filter/inc/
H A Dxerecord.hxx72 void (*mpAttributes)( XclExpXmlStream& rStrm ); member in XclExpXmlElementRecord

Completed in 34 milliseconds