Home
last modified time | relevance | path

Searched refs:m_aExpr (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx535 m_aExpr = m_aURL; in parse()
537 sal_Int32 lstIdx = m_aExpr.lastIndexOf( sal_Unicode( '#' ) ); in parse()
539 m_aExpr = m_aExpr.copy( 0,lstIdx ); in parse()
554 if( m_aExpr.compareToAscii( "vnd.sun.star.help:///", 21 ) == 0 ) in scheme()
556 sal_Int32 nLen = m_aExpr.getLength(); in scheme()
557 rtl::OUString aLastStr = m_aExpr.copy( nLen - 6 ); in scheme()
560 rtl::OUString aNewExpr = m_aExpr.copy( 0, 20 ); in scheme()
563 aNewExpr += m_aExpr.copy( 20 ); in scheme()
565 m_aExpr = aNewExpr; in scheme()
571 if( m_aExpr.compareToAscii( "vnd.sun.star.help://", nPrefixLen ) == 0 ) in scheme()
[all …]
H A Durlparameter.hxx220 rtl::OUString m_aExpr; member in chelp::URLParameter