Home
last modified time | relevance | path

Searched refs:sBase (Results 1 – 9 of 9) sorted by relevance

/trunk/main/framework/inc/
H A Dqueries.h124 void setBase( const ::rtl::OUString& sBase ) in setBase() argument
126 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 …]
/trunk/main/svtools/source/config/
H A Dextcolorcfg.cxx329 ::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 …]
H A Dcolorcfg.cxx178 OUString sBase(C2U(cColorSchemes)); in GetPropertyNames() local
179 sBase += utl::wrapConfigurationElementName(rScheme); in GetPropertyNames()
183 rtl::OUString sBaseName(sBase); in GetPropertyNames()
/trunk/main/sw/source/core/edit/
H A Dedglss.cxx68 String sBase; in MakeGlossary() local
72 sBase = aURL.GetMainURL( INetURLObject::NO_DECODE ); in MakeGlossary()
74 rBlks.SetBaseURL( sBase ); in MakeGlossary()
108 String sBase; in SaveGlossaryDoc() local
112 sBase = aURL.GetMainURL( INetURLObject::NO_DECODE ); in SaveGlossaryDoc()
114 rBlock.SetBaseURL( sBase ); in SaveGlossaryDoc()
/trunk/main/extensions/source/dbpilots/
H A Ddbptools.cxx46 ::rtl::OUString sBase(_rElementsName); in disambiguateName()
49 _rElementsName = sBase; in disambiguateName()
55 _rElementsName = sBase; in disambiguateName()
/trunk/main/l10ntools/source/
H A Dgsiconv.cxx220 String sBase = aOutput.GetBase(); in main() local
243 String sOutput( sBase ); in main()
271 String sOutput1( sBase ); in main()
/trunk/main/unodevtools/source/unodevtools/
H A Dtypemanager.cxx173 static OString sBase("/UCR"); in getTypeName() local
174 if (typeName.indexOf(sBase) == 0) { in getTypeName()
/trunk/main/autodoc/inc/ary/info/
H A Dall_tags.hxx90 QualifiedName sBase; member in ary::info::BaseTag
/trunk/main/autodoc/source/ary/info/
H A Dall_tags.cxx105 sBase.AssignText(i_sText,"::"); in Add_SpecialMeaningToken()

Completed in 43 milliseconds