Searched refs:sBase (Results 1 – 9 of 9) sorted by relevance
124 void setBase( const ::rtl::OUString& sBase ) in setBase() argument126 m_sBase = sBase; in setBase()273 ::rtl::OUString sBase = sNewQuery.getToken( 0, SEPERATOR_QUERYPARAM, nToken ); in QueryAnalyzer()275 … if( sBase.equalsIgnoreAsciiCase( BASE_QUERY_ALL ) == sal_True ) m_eQuery = E_ALL ; else in QueryAnalyzer()276 … if( sBase.equalsIgnoreAsciiCase( BASE_QUERY_WRITER ) == sal_True ) m_eQuery = E_WRITER ; else in QueryAnalyzer()277 … if( sBase.equalsIgnoreAsciiCase( BASE_QUERY_WEB ) == sal_True ) m_eQuery = E_WEB ; else in QueryAnalyzer()278 … if( sBase.equalsIgnoreAsciiCase( BASE_QUERY_GLOBAL ) == sal_True ) m_eQuery = E_GLOBAL ; else in QueryAnalyzer()279 … if( sBase.equalsIgnoreAsciiCase( BASE_QUERY_CHART ) == sal_True ) m_eQuery = E_CHART ; else in QueryAnalyzer()280 … if( sBase.equalsIgnoreAsciiCase( BASE_QUERY_CALC ) == sal_True ) m_eQuery = E_CALC ; else in QueryAnalyzer()281 … if( sBase.equalsIgnoreAsciiCase( BASE_QUERY_IMPRESS ) == sal_True ) m_eQuery = E_IMPRESS ; else in QueryAnalyzer()[all …]
329 ::rtl::OUString sBase(RTL_CONSTASCII_USTRINGPARAM("ExtendedColorScheme/ColorSchemes/")); in Load()330 sBase += sScheme; in Load()335 aComponentNames = GetPropertyNames(sBase); in Load()450 ::rtl::OUString sBase(RTL_CONSTASCII_USTRINGPARAM("ExtendedColorScheme/ColorSchemes/")); in Commit()452 sBase += m_sLoadedScheme; in Commit()461 if ( ConfigItem::AddNode(sBase, aIter->first) ) in Commit()463 rtl::OUString sNode = sBase; in Commit()504 ::rtl::OUString sBase(RTL_CONSTASCII_USTRINGPARAM("ExtendedColorScheme/ColorSchemes")); in ExistsScheme()506 uno::Sequence < ::rtl::OUString > aComponentNames = GetPropertyNames(sBase); in ExistsScheme()507 sBase += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/")) + _sSchemeName; in ExistsScheme()[all …]
178 OUString sBase(C2U(cColorSchemes)); in GetPropertyNames() local179 sBase += utl::wrapConfigurationElementName(rScheme); in GetPropertyNames()183 rtl::OUString sBaseName(sBase); in GetPropertyNames()
68 String sBase; in MakeGlossary() local72 sBase = aURL.GetMainURL( INetURLObject::NO_DECODE ); in MakeGlossary()74 rBlks.SetBaseURL( sBase ); in MakeGlossary()108 String sBase; in SaveGlossaryDoc() local112 sBase = aURL.GetMainURL( INetURLObject::NO_DECODE ); in SaveGlossaryDoc()114 rBlock.SetBaseURL( sBase ); in SaveGlossaryDoc()
46 ::rtl::OUString sBase(_rElementsName); in disambiguateName()49 _rElementsName = sBase; in disambiguateName()55 _rElementsName = sBase; in disambiguateName()
220 String sBase = aOutput.GetBase(); in main() local243 String sOutput( sBase ); in main()271 String sOutput1( sBase ); in main()
173 static OString sBase("/UCR"); in getTypeName() local174 if (typeName.indexOf(sBase) == 0) { in getTypeName()
90 QualifiedName sBase; member in ary::info::BaseTag
105 sBase.AssignText(i_sText,"::"); in Add_SpecialMeaningToken()
Completed in 264 milliseconds