| /trunk/main/sw/source/ui/dbui/ |
| H A D | mmgreetingspage.cxx | 48 SwMailMergeConfigItem& rConfig, in lcl_FillGreetingsBox() argument 51 const Sequence< ::rtl::OUString> rEntries = rConfig.GetGreetings(eType); in lcl_FillGreetingsBox() 54 rBox.SelectEntryPos((sal_uInt16)rConfig.GetCurrentGreeting(eType)); in lcl_FillGreetingsBox() 58 SwMailMergeConfigItem& rConfig, in lcl_FillGreetingsBox() argument 61 const Sequence< ::rtl::OUString> rEntries = rConfig.GetGreetings(eType); in lcl_FillGreetingsBox() 64 rBox.SelectEntryPos((sal_uInt16)rConfig.GetCurrentGreeting(eType)); in lcl_FillGreetingsBox() 68 SwMailMergeConfigItem& rConfig, in lcl_StoreGreetingsBox() argument 75 rConfig.SetGreetings(eType, aEntries); in lcl_StoreGreetingsBox() 76 rConfig.SetCurrentGreeting(eType, rBox.GetSelectEntryPos()); in lcl_StoreGreetingsBox() 80 SwMailMergeConfigItem& rConfig, in lcl_StoreGreetingsBox() argument [all …]
|
| H A D | mmaddressblockpage.cxx | 210 SwMailMergeConfigItem& rConfig = m_pWizard->GetConfigItem(); in IMPL_LINK() local 211 pDlg->SetAddressBlocks(rConfig.GetAddressBlocks(), m_aSettingsWIN.GetSelectedAddress()); in IMPL_LINK() 212 pDlg->SetSettings(rConfig.IsIncludeCountry(), rConfig.GetExcludeCountry()); in IMPL_LINK() 218 rConfig.SetAddressBlocks(aBlocks); in IMPL_LINK() 224 rConfig.SetCountrySettings(pDlg->IsIncludeCountry(), pDlg->GetCountry()); in IMPL_LINK() 312 SwMailMergeConfigItem& rConfig = m_pWizard->GetConfigItem(); in IMPL_LINK() local 316 rConfig.GetResultSet(); in IMPL_LINK() 321 sal_Int32 nPos = rConfig.GetResultSetPosition(); in IMPL_LINK() 322 rConfig.MoveResultSet( bNext ? ++nPos : --nPos); in IMPL_LINK() 325 sal_Int32 nPos = rConfig.GetResultSetPosition(); in IMPL_LINK() [all …]
|
| H A D | mmaddressblockpage.hxx | 139 SwSelectAddressBlockDialog(Window* pParent, SwMailMergeConfigItem& rConfig); 286 SwCustomizeAddressBlockDialog(Window* pParent, SwMailMergeConfigItem& rConfig, DialogType);
|
| H A D | createaddresslistdialog.hxx | 91 Window* pParent, const String& rURL, SwMailMergeConfigItem& rConfig);
|
| H A D | createaddresslistdialog.cxx | 378 Window* pParent, const String& rURL, SwMailMergeConfigItem& rConfig) : in SwCreateAddressListDialog() argument 484 const ResStringArray& rAddressHeader = rConfig.GetDefaultAddressHeaders(); in SwCreateAddressListDialog()
|
| /trunk/main/xmloff/source/text/ |
| H A D | XMLFootnoteConfigurationImportContext.cxx | 70 XMLFootnoteConfigurationImportContext& rConfig; member in XMLFootnoteConfigHelper 98 , rConfig(rConfigImport) in XMLFootnoteConfigHelper() 107 rConfig.SetBeginNotice(sBuffer.makeStringAndClear()); in EndElement() 111 rConfig.SetEndNotice(sBuffer.makeStringAndClear()); in EndElement() 375 const Reference<XPropertySet> & rConfig) in ProcessSettings() argument 383 rConfig->setPropertyValue(sPropertyCharStyleName, aAny); in ProcessSettings() 390 rConfig->setPropertyValue(sPropertyAnchorCharStyleName, aAny); in ProcessSettings() 397 rConfig->setPropertyValue(sPropertyPageStyleName, aAny); in ProcessSettings() 404 rConfig->setPropertyValue(sPropertyParagraphStyleName, aAny); in ProcessSettings() 408 rConfig->setPropertyValue(sPropertyPrefix, aAny); in ProcessSettings() [all …]
|
| /trunk/main/sw/source/ui/config/ |
| H A D | viewopt.cxx | 541 void SwViewOption::ApplyColorConfigValues(const svtools::ColorConfig& rConfig ) in ApplyColorConfigValues() argument 543 aDocColor.SetColor(rConfig.GetColorValue(svtools::DOCCOLOR).nColor); in ApplyColorConfigValues() 545 svtools::ColorConfigValue aValue = rConfig.GetColorValue(svtools::DOCBOUNDARIES); in ApplyColorConfigValues() 551 aAppBackgroundColor.SetColor(rConfig.GetColorValue(svtools::APPBACKGROUND).nColor); in ApplyColorConfigValues() 553 aValue = rConfig.GetColorValue(svtools::OBJECTBOUNDARIES); in ApplyColorConfigValues() 558 aValue = rConfig.GetColorValue(svtools::TABLEBOUNDARIES); in ApplyColorConfigValues() 563 aValue = rConfig.GetColorValue(svtools::WRITERIDXSHADINGS); in ApplyColorConfigValues() 568 aValue = rConfig.GetColorValue(svtools::LINKS); in ApplyColorConfigValues() 573 aValue = rConfig.GetColorValue(svtools::LINKSVISITED); in ApplyColorConfigValues() 578 aDirectCursorColor.SetColor(rConfig.GetColorValue(svtools::WRITERDIRECTCURSOR).nColor); in ApplyColorConfigValues() [all …]
|
| /trunk/main/padmin/source/ |
| H A D | newppdlg.cxx | 70 Config& rConfig = getPadminRC(); in PPDImportDialog() local 71 rConfig.SetGroup( PPDIMPORT_GROUP ); in PPDImportDialog() 72 m_aPathBox.SetText( String( rConfig.ReadKey( "LastDir" ), RTL_TEXTENCODING_UTF8 ) ); in PPDImportDialog() 75 ByteString aEntry( rConfig.ReadKey( ByteString::CreateFromInt32( i ) ) ); in PPDImportDialog() 103 Config& rConfig = getPadminRC(); in Import() local 104 rConfig.SetGroup( PPDIMPORT_GROUP ); in Import() 105 rConfig.WriteKey( "LastDir", ByteString( aImportPath, RTL_TEXTENCODING_UTF8 ) ); in Import() 113 int nNextEntry = rConfig.ReadKey( "NextEntry" ).ToInt32(); 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 D | cmddlg.cxx | 126 Config& rConfig( getPadminRC() ); in getStoredCommands() local 127 rConfig.SetGroup( pGroup ); in getStoredCommands() 128 int nKeys = rConfig.GetKeyCount(); in getStoredCommands() 132 … String aCommand( rConfig.ReadKey( ByteString::CreateFromInt32( nKeys ), RTL_TEXTENCODING_UTF8 ) ); in getStoredCommands() 149 Config& rConfig( getPadminRC() ); in setCommands() local 150 rConfig.DeleteGroup( pGroup ); in setCommands() 151 rConfig.SetGroup( pGroup ); in setCommands() 175 …rConfig.WriteKey( ByteString::CreateFromInt32( nWritten ), ByteString( *it, RTL_TEXTENCODING_UTF8 … in setCommands()
|
| /trunk/main/tools/inc/tools/ |
| H A D | config.hxx | 93 TOOLS_DLLPRIVATE Config( const Config& rConfig ); 94 TOOLS_DLLPRIVATE Config& operator = ( const Config& rConfig );
|
| /trunk/main/cui/source/options/ |
| H A D | optcolor.cxx | 1091 void SetConfig(EditableColorConfig& rConfig) {pColorConfig = &rConfig;} in SetConfig() argument 1092 void SetExtendedConfig(EditableExtendedColorConfig& rConfig) {pExtColorConfig = &rConfig;} in SetExtendedConfig() argument
|
| /trunk/main/xmloff/inc/ |
| H A D | XMLFootnoteConfigurationImportContext.hxx | 108 ::com::sun::star::beans::XPropertySet> & rConfig);
|
| /trunk/main/sw/inc/ |
| H A D | viewopt.hxx | 594 static void ApplyColorConfigValues(const svtools::ColorConfig& rConfig);
|