Searched refs:rInPath (Results 1 – 3 of 3) sorted by relevance
582 const rtl::OUString & rInPath, rtl::OUString & rOutPath ) in createConfigPath() argument584 if ( rInPath.getLength() ) in createConfigPath()586 if ( rInPath.indexOf( '/' ) == 0 ) in createConfigPath()594 if ( rInPath.lastIndexOf( '/' ) == rInPath.getLength() - 1 ) in createConfigPath()604 aOutPath += rInPath; in createConfigPath()
116 createConfigPath( const rtl::OUString & rInPath, rtl::OUString & rOutPath );
973 OUString lcl_extractSetPropertyName( const OUString& rInPath, const OUString& rPrefix ) in lcl_extractSetPropertyName() argument975 OUString const sSubPath = dropPrefixFromConfigurationPath( rInPath, rPrefix); in lcl_extractSetPropertyName()
Completed in 21 milliseconds