Home
last modified time | relevance | path

Searched refs:atts (Results 1 – 25 of 34) sorted by relevance

12

/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx432 const XML_Char **atts) in start_handler() argument
452 while( *atts ) in start_handler()
454 if( strcmp( *atts,"application" ) == 0 ) in start_handler()
455 p->setApplication( *(atts+1) ); in start_handler()
456 else if( strcmp( *atts,"title" ) == 0 ) in start_handler()
457 p->setTitle( *(atts+1) ); in start_handler()
458 else if( strcmp( *atts,"id" ) == 0 ) in start_handler()
459 p->setId( *(atts+1) ); in start_handler()
460 else if( strcmp( *atts,"anchor" ) == 0 ) in start_handler()
461 p->setAnchor( *(atts+1) ); in start_handler()
[all …]
/trunk/main/shell/source/all/
H A Dxml_parser.cxx99 static void xml_start_element_handler(void* UserData, const XML_Char* name, const XML_Char** atts) in xml_start_element_handler() argument
112 while(atts[i]) in xml_start_element_handler()
114 …utes[reinterpret_cast<const char_t*>(get_local_name(atts[i]))] = reinterpret_cast<const char_t*>(a… in xml_start_element_handler()
/trunk/main/l10ntools/source/
H A Dxmlparse.cxx1094 void *userData, const XML_Char *name, const XML_Char **atts ) in StartElementHandler() argument
1097 (( SimpleXMLParser * ) userData )->StartElement( name, atts ); in StartElementHandler()
1135 const XML_Char *name, const XML_Char **atts ) in StartElement() argument
1144 while( atts[i] ) { in StartElement()
1146 String( XML_CHAR_TO_OUSTRING( atts[ i ] )), in StartElement()
1147 String( XML_CHAR_TO_OUSTRING( atts[ i + 1 ] ))); in StartElement()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DSubDocumentReadHandler.java90 final Attributes atts) in getHandlerForChild() argument
131 return super.getHandlerForChild(uri, tagName, atts); in getHandlerForChild()
H A DFixedContentReadHandler.java64 final Attributes atts) in getHandlerForChild() argument
H A DRootTableReadHandler.java68 final Attributes atts) in getHandlerForChild() argument
H A DFormattedTextReadHandler.java91 final Attributes atts) in getHandlerForChild() argument
H A DMasterDetailReadHandler.java88 final Attributes atts) in getHandlerForChild() argument
H A DReportElementReadHandler.java84 final Attributes atts) in getHandlerForChild() argument
/trunk/main/l10ntools/inc/
H A Dxmlparse.hxx511 static void StartElementHandler( void *userData, const XML_Char *name, const XML_Char **atts );
518 void StartElement( const XML_Char *name, const XML_Char **atts );
/trunk/main/sax/source/expatwrap/
H A Dsax_expat.cxx261 void static callbackStartElement(void *userData, const XML_Char *name , const XML_Char **atts);
304 …static void call_callbackStartElement(void *userData, const XML_Char *name , const XML_Char **atts) in call_callbackStartElement() argument
306 SaxExpatParser_Impl::callbackStartElement(userData,name,atts); in call_callbackStartElement()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/styles/
H A DStyleMappingDocumentReadHandler.java64 final Attributes atts) in getHandlerForChild() argument
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/style/
H A DStyleDefinitionReadHandler.java67 final Attributes atts) in getHandlerForChild() argument
H A DPageLayoutReadHandler.java68 final Attributes atts) in getHandlerForChild() argument
H A DMasterPageReadHandler.java73 final Attributes atts) in getHandlerForChild() argument
H A DOfficeStyleReadHandler.java66 final Attributes atts) in getHandlerForChild() argument
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/
H A DBodyReadHandler.java58 final Attributes atts) in getHandlerForChild() argument
H A DDocumentStylesReadHandler.java67 final Attributes atts) in getHandlerForChild() argument
H A DFontFaceDeclsReadHandler.java77 final Attributes atts) in getHandlerForChild() argument
H A DMasterStylesReadHandler.java78 final Attributes atts) in getHandlerForChild() argument
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/table/
H A DTableColumnsReadHandler.java68 final Attributes atts) in getHandlerForChild() argument
H A DTableRowsReadHandler.java67 final Attributes atts) in getHandlerForChild() argument
H A DTableRowReadHandler.java68 final Attributes atts) in getHandlerForChild() argument
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/chart/
H A DChartReadHandler.java73 final Attributes atts) in getHandlerForChild() argument
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/data/
H A DDataStyleReadHandler.java65 final Attributes atts) in getHandlerForChild() argument

Completed in 88 milliseconds

12