/aoo41x/main/xmlhelp/source/treeview/ |
H A D | tvread.cxx | 432 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 …]
|
/aoo41x/main/shell/source/all/ |
H A D | xml_parser.cxx | 99 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()
|
/aoo41x/main/l10ntools/source/ |
H A D | xmlparse.cxx | 1094 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()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/ |
H A D | SubDocumentReadHandler.java | 90 final Attributes atts) in getHandlerForChild() argument 131 return super.getHandlerForChild(uri, tagName, atts); in getHandlerForChild()
|
H A D | FixedContentReadHandler.java | 64 final Attributes atts) in getHandlerForChild() argument
|
H A D | RootTableReadHandler.java | 68 final Attributes atts) in getHandlerForChild() argument
|
H A D | FormattedTextReadHandler.java | 91 final Attributes atts) in getHandlerForChild() argument
|
H A D | MasterDetailReadHandler.java | 88 final Attributes atts) in getHandlerForChild() argument
|
H A D | ReportElementReadHandler.java | 84 final Attributes atts) in getHandlerForChild() argument
|
/aoo41x/main/l10ntools/inc/ |
H A D | xmlparse.hxx | 511 static void StartElementHandler( void *userData, const XML_Char *name, const XML_Char **atts ); 518 void StartElement( const XML_Char *name, const XML_Char **atts );
|
/aoo41x/main/sax/source/expatwrap/ |
H A D | sax_expat.cxx | 261 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()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/styles/ |
H A D | StyleMappingDocumentReadHandler.java | 64 final Attributes atts) in getHandlerForChild() argument
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/ |
H A D | BodyReadHandler.java | 58 final Attributes atts) in getHandlerForChild() argument
|
H A D | DocumentStylesReadHandler.java | 67 final Attributes atts) in getHandlerForChild() argument
|
H A D | FontFaceDeclsReadHandler.java | 77 final Attributes atts) in getHandlerForChild() argument
|
H A D | MasterStylesReadHandler.java | 78 final Attributes atts) in getHandlerForChild() argument
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/style/ |
H A D | StyleDefinitionReadHandler.java | 67 final Attributes atts) in getHandlerForChild() argument
|
H A D | OfficeStyleReadHandler.java | 66 final Attributes atts) in getHandlerForChild() argument
|
H A D | PageLayoutReadHandler.java | 68 final Attributes atts) in getHandlerForChild() argument
|
H A D | MasterPageReadHandler.java | 73 final Attributes atts) in getHandlerForChild() argument
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/table/ |
H A D | TableColumnsReadHandler.java | 68 final Attributes atts) in getHandlerForChild() argument
|
H A D | TableRowsReadHandler.java | 67 final Attributes atts) in getHandlerForChild() argument
|
H A D | TableRowReadHandler.java | 68 final Attributes atts) in getHandlerForChild() argument
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/data/ |
H A D | DataStyleReadHandler.java | 65 final Attributes atts) in getHandlerForChild() argument
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/chart/ |
H A D | ChartReadHandler.java | 73 final Attributes atts) in getHandlerForChild() argument
|