Home
last modified time | relevance | path

Searched refs:m_xLocator (Results 1 – 18 of 18) sorted by relevance

/aoo41x/main/framework/source/fwe/xml/
H A Dsaxnamespacefilter.cxx52 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 Deventsdocumenthandler.cxx400 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 Dmenudocumenthandler.cxx183 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 Dstatusbardocumenthandler.cxx493 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 Dtoolboxdocumenthandler.cxx659 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()
/aoo41x/main/framework/source/xml/
H A Dacceleratorconfigurationreader.cxx268 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 Dimagesdocumenthandler.cxx605 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()
/aoo41x/main/unotools/inc/unotools/
H A Dxmlaccelcfg.hxx42 m_xLocator( 0 ), in OReadAccelatorDocumentHandler()
81 ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator > m_xLocator;
/aoo41x/main/unotools/source/config/
H A Dxmlaccelcfg.cxx220 m_xLocator = xLocator; in setDocumentLocator()
227 if ( m_xLocator.is() ) in getErrorLineString()
/aoo41x/main/framework/inc/xml/
H A Dacceleratorconfigurationreader.hxx131 css::uno::Reference< css::xml::sax::XLocator > m_xLocator; member in framework::AcceleratorConfigurationReader
H A Dsaxnamespacefilter.hxx93 ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator > m_xLocator;
H A Deventsdocumenthandler.hxx146 ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator > m_xLocator;
H A Dimagesdocumenthandler.hxx154 ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator > m_xLocator;
H A Dstatusbardocumenthandler.hxx145 ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator > m_xLocator;
H A Dtoolboxdocumenthandler.hxx148 ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator > m_xLocator;
H A Dmenudocumenthandler.hxx102 ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator > m_xLocator;
/aoo41x/main/xmloff/source/transform/
H A DTransformerBase.hxx60 m_xLocator;
H A DTransformerBase.cxx398 m_xLocator = rLocator; in setDocumentLocator()

Completed in 103 milliseconds