Searched refs:m_aExpr (Results 1 – 2 of 2) sorted by relevance
536 m_aExpr = m_aURL; in parse()538 sal_Int32 lstIdx = m_aExpr.lastIndexOf( sal_Unicode( '#' ) ); in parse()540 m_aExpr = m_aExpr.copy( 0,lstIdx ); in parse()555 if( m_aExpr.compareToAscii( "vnd.sun.star.help:///", 21 ) == 0 ) in scheme()557 sal_Int32 nLen = m_aExpr.getLength(); in scheme()558 rtl::OUString aLastStr = m_aExpr.copy( nLen - 6 ); in scheme()561 rtl::OUString aNewExpr = m_aExpr.copy( 0, 20 ); in scheme()564 aNewExpr += m_aExpr.copy( 20 ); in scheme()566 m_aExpr = aNewExpr; in scheme()572 if( m_aExpr.compareToAscii( "vnd.sun.star.help://", nPrefixLen ) == 0 ) in scheme()[all …]
220 rtl::OUString m_aExpr; member in chelp::URLParameter