Home
last modified time | relevance | path

Searched refs:sSet (Results 1 – 5 of 5) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DDB.java340 String sSet = "state=" + Quote(_sStatus); in updatestate_status() local
344 SQLupdateValue( aCon, "status", sSet, sWhere ); in updatestate_status()
356 String sSet = "info=" + Quote(_sInfo); in updateinfo_status() local
358 SQLupdateValue( aCon, "status", sSet, sWhere ); in updateinfo_status()
366 String sSet = "errorfile=" + Quote(sErrorFile); in updateerrorfile_status() local
368 SQLupdateValue( aCon, "status", sSet, sWhere ); in updateerrorfile_status()
376 String sSet = "htmlfile=" + Quote(sHtmlFile); in updatehtmlfile_status() local
378 SQLupdateValue( aCon, "status", sSet, sWhere ); in updatehtmlfile_status()
384 String sSet = "pagecount=" + _nPageCount; in updatepagecount_documents() local
386 SQLupdateValue( aCon, "documents", sSet, sWhere ); in updatepagecount_documents()
/trunk/main/unotools/source/config/
H A Doptionsdlg.cxx142 OUString sSet; in ReadNode() local
148 sSet = PAGES_NODE; in ReadNode()
155 sSet = OPTIONS_NODE; in ReadNode()
170 lResult[1] = OUString( sNode + sSet ); in ReadNode()
180 OUString sNodes( sNode + sSet ); in ReadNode()
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx1916 ::rtl::OUString sSet ; in impl_loadItemOnDemand()
1924 sSet = CFGSET_TYPES; in impl_loadItemOnDemand()
1932 sSet = CFGSET_FILTERS; in impl_loadItemOnDemand()
1940 sSet = CFGSET_FRAMELOADERS; in impl_loadItemOnDemand()
1948 sSet = CFGSET_CONTENTHANDLERS; in impl_loadItemOnDemand()
1961 xRoot->getByName(sSet) >>= xSet; in impl_loadItemOnDemand()
/trunk/main/sw/inc/
H A Dviewopt.hxx503 void SetSymbolFont(const String& sSet) {sSymbolFont = sSet;} in SetSymbolFont() argument
/trunk/main/l10ntools/source/
H A Dexport.cxx1160 ByteString sSet = sToken.GetToken( 2, ' ' ); in Execute() local
1163 (( sCharset == "CHARSET" ) && ( sSet.ToUpperAscii() == "IBMPC" ))) in Execute()
1169 (( sCharset == "CHARSET" ) && ( sSet.ToUpperAscii() == "ANSI" ))) in Execute()

Completed in 46 milliseconds