Searched refs:sSet (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/qadevOOo/runner/convwatch/ |
H A D | DB.java | 340 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()
|
/aoo42x/main/unotools/source/config/ |
H A D | optionsdlg.cxx | 142 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()
|
/aoo42x/main/filter/source/config/cache/ |
H A D | filtercache.cxx | 1916 ::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()
|
/aoo42x/main/sw/inc/ |
H A D | viewopt.hxx | 503 void SetSymbolFont(const String& sSet) {sSymbolFont = sSet;} in SetSymbolFont() argument
|
/aoo42x/main/l10ntools/source/ |
H A D | export.cxx | 1160 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 377 milliseconds