/aoo4110/main/framework/source/fwe/xml/ |
H A D | saxnamespacefilter.cxx | 52 m_xLocator( 0 ), in SaxNamespaceFilter() 176 m_xLocator = xLocator; in setDocumentLocator() 184 if ( m_xLocator.is() ) in getErrorLineString() 186 …snprintf( buffer, sizeof(buffer), "Line: %ld - ", static_cast<long>( m_xLocator->getLineNumber() )… in getErrorLineString()
|
H A D | eventsdocumenthandler.cxx | 400 m_xLocator = xLocator; in setDocumentLocator() 409 if ( m_xLocator.is() ) in getErrorLineString() 411 …snprintf( buffer, sizeof(buffer), "Line: %ld - ", static_cast<long>(m_xLocator->getLineNumber() )); in getErrorLineString()
|
H A D | menudocumenthandler.cxx | 183 m_xLocator( 0 ), in ReadMenuDocumentHandlerBase() 214 m_xLocator = xLocator; in setDocumentLocator() 221 if ( m_xLocator.is() ) in getErrorLineString() 223 …snprintf( buffer, sizeof(buffer), "Line: %ld - ", static_cast<long>( m_xLocator->getLineNumber() )… in getErrorLineString()
|
H A D | statusbardocumenthandler.cxx | 493 m_xLocator = xLocator; in setDocumentLocator() 502 if ( m_xLocator.is() ) in getErrorLineString() 504 …snprintf( buffer, sizeof(buffer), "Line: %ld - ", static_cast<long>( m_xLocator->getLineNumber() )… in getErrorLineString()
|
H A D | toolboxdocumenthandler.cxx | 659 m_xLocator = xLocator; in setDocumentLocator() 668 if ( m_xLocator.is() ) in getErrorLineString() 670 …snprintf( buffer, sizeof(buffer), "Line: %ld - ", static_cast<long>( m_xLocator->getLineNumber() )… in getErrorLineString()
|
/aoo4110/main/framework/source/xml/ |
H A D | acceleratorconfigurationreader.cxx | 268 m_xLocator = xLocator; in setDocumentLocator() 322 if (!m_xLocator.is()) in implts_getErrorLineString() 327 sMsg.append (m_xLocator->getLineNumber() ); in implts_getErrorLineString() 329 sMsg.append (m_xLocator->getColumnNumber() ); in implts_getErrorLineString()
|
H A D | imagesdocumenthandler.cxx | 605 m_xLocator = xLocator; in setDocumentLocator() 614 if ( m_xLocator.is() ) in getErrorLineString() 616 …snprintf( buffer, sizeof(buffer), "Line: %ld - ", static_cast<long>( m_xLocator->getLineNumber() )… in getErrorLineString()
|
/aoo4110/main/unotools/inc/unotools/ |
H A D | xmlaccelcfg.hxx | 42 m_xLocator( 0 ), in OReadAccelatorDocumentHandler() 81 ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator > m_xLocator;
|
/aoo4110/main/unotools/source/config/ |
H A D | xmlaccelcfg.cxx | 220 m_xLocator = xLocator; in setDocumentLocator() 227 if ( m_xLocator.is() ) in getErrorLineString()
|
/aoo4110/main/framework/inc/xml/ |
H A D | acceleratorconfigurationreader.hxx | 131 css::uno::Reference< css::xml::sax::XLocator > m_xLocator; member in framework::AcceleratorConfigurationReader
|
H A D | saxnamespacefilter.hxx | 93 ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator > m_xLocator;
|
H A D | eventsdocumenthandler.hxx | 146 ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator > m_xLocator;
|
H A D | imagesdocumenthandler.hxx | 154 ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator > m_xLocator;
|
H A D | statusbardocumenthandler.hxx | 145 ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator > m_xLocator;
|
H A D | toolboxdocumenthandler.hxx | 148 ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator > m_xLocator;
|
H A D | menudocumenthandler.hxx | 102 ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator > m_xLocator;
|
/aoo4110/main/xmloff/source/transform/ |
H A D | TransformerBase.hxx | 60 m_xLocator;
|
H A D | TransformerBase.cxx | 398 m_xLocator = rLocator; in setDocumentLocator()
|