Home
last modified time | relevance | path

Searched refs:WriteKey (Results 1 – 16 of 16) sorted by relevance

/trunk/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx700 pGlobal->WriteKey( "DisableCUPS", m_bDisableCUPS ? "true" : "false" ); in writePrinterConfig()
766 pConfig->WriteKey( "Printer", aValue ); in writePrinterConfig()
767 pConfig->WriteKey( "DefaultPrinter", it->first == m_aDefaultPrinter ? "1" : "0" ); in writePrinterConfig()
773 … pConfig->WriteKey( "Copies", ByteString::CreateFromInt32( it->second.m_aInfo.m_nCopies ) ); in writePrinterConfig()
775 … pConfig->WriteKey( "PSLevel", ByteString::CreateFromInt32( it->second.m_aInfo.m_nPSLevel ) ); in writePrinterConfig()
776 … pConfig->WriteKey( "PDFDevice", ByteString::CreateFromInt32( it->second.m_aInfo.m_nPDFDevice ) ); in writePrinterConfig()
777 …pConfig->WriteKey( "ColorDevice", ByteString::CreateFromInt32( it->second.m_aInfo.m_nColorDevice )… in writePrinterConfig()
778 …pConfig->WriteKey( "ColorDepth", ByteString::CreateFromInt32( it->second.m_aInfo.m_nColorDepth ) ); in writePrinterConfig()
786 pConfig->WriteKey( "MarginAdjust", aValue ); in writePrinterConfig()
799 pConfig->WriteKey( aKey, aValue ); in writePrinterConfig()
[all …]
/trunk/main/desktop/source/app/
H A Dlockfile.cxx218 aConfig.WriteKey( Userkey(), aUser ); in syncToFile()
219 aConfig.WriteKey( Hostkey(), aHost ); in syncToFile()
220 aConfig.WriteKey( Stampkey(), aStamp ); in syncToFile()
221 aConfig.WriteKey( Timekey(), aTime ); in syncToFile()
222 aConfig.WriteKey( in syncToFile()
/trunk/main/padmin/source/
H A Dnewppdlg.cxx105 rConfig.WriteKey( "LastDir", ByteString( aImportPath, RTL_TEXTENCODING_UTF8 ) ); in Import()
114 …rConfig.WriteKey( ByteString::CreateFromInt32( nNextEntry ), ByteString( aImportPath, RTL_TEXTENCO… in Import()
116 rConfig.WriteKey( "NextEntry", ByteString::CreateFromInt32( nNextEntry ) ); in Import()
H A Dcmddlg.cxx175 …rConfig.WriteKey( ByteString::CreateFromInt32( nWritten ), ByteString( *it, RTL_TEXTENCODING_UTF8 … in setCommands()
H A Dfontentry.cxx463 rPadminRC.WriteKey( "FromPath", ByteString( m_aFromDirEdt.GetText(), RTL_TEXTENCODING_UTF8 ) ); in ~FontImportDialog()
/trunk/main/extensions/source/scanner/
H A Dsanedlg.cxx1249 …aConfig.WriteKey( "SO_LastSANEDevice", ByteString( maDeviceBox.GetSelectEntry(), RTL_TEXTENCODING_… in SaveState()
1265 aConfig.WriteKey( aOption, aString ); in SaveState()
1276 aConfig.WriteKey( aOption, aString ); in SaveState()
1296 aConfig.WriteKey( aOption, aString ); in SaveState()
1329 aConfig.WriteKey( aOption, aString ); in SaveState()
1340 aConfig.WriteKey( aOption, aString ); in SaveState()
1362 aConfig.WriteKey( aOption, aString ); in SaveState()
/trunk/main/tools/inc/tools/
H A Dconfig.hxx72 void WriteKey( const ByteString& rKey, const ByteString& rValue );
73 void WriteKey( const ByteString& rKey, const UniString& rValue, rtl_TextEncoding eEncoding );
/trunk/main/soltools/giparser/
H A Dgi_parse.cxx308 WriteKey(o_rFile,sBuffer); in WriteList()
358 GenericInfo_Parser::WriteKey( ostream & o_rFile, in WriteKey() function in GenericInfo_Parser
/trunk/main/tools/source/generic/
H A Dconfig.cxx1023 void Config::WriteKey( const ByteString& rKey, const ByteString& rStr ) in WriteKey() function in Config
1092 void Config::WriteKey( const ByteString& rKey, const UniString& rValue, rtl_TextEncoding eEncoding ) in WriteKey() function in Config
1096 WriteKey( rKey, ByteString( rValue, eEncoding ) ); in WriteKey()
/trunk/main/soltools/inc/
H A Dgi_parse.hxx119 void WriteKey(
/trunk/main/sw/source/ui/vba/
H A Dvbasystem.cxx65 aCfg.WriteKey( maKey, ByteString( aValue.getStr(), RTL_TEXTENCODING_DONTKNOW ) ); in setValueEvent()
/trunk/main/desktop/source/so_comp/
H A Doemjob.cxx271 aConfig.WriteKey( OEM_PRELOAD, STR_FALSE ); in disableOEMPreloadFlag()
/trunk/main/automation/source/communi/
H A Dcommuni.cxx571 aConf.WriteKey(KeyName, aVar); \
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbfindex.cxx552 …aInfFile.WriteKey( aKeyName, ByteString(aIndex->GetIndexFileName(), gsl_getSystemTextEncoding()) ); in WriteInfFile()
/trunk/main/automation/source/server/
H A Dserver.cxx237 aConf.WriteKey( aNoTesttoolKey, "something" ); in GetPort()
/trunk/main/connectivity/source/drivers/dbase/
H A DDIndex.cxx428 aInfFile.WriteKey(aNewEntry,ByteString(sEntry,m_pTable->getConnection()->getTextEncoding())); in createINFEntry()

Completed in 75 milliseconds