| /AOO42X/main/svtools/source/filter/ |
| H A D | filter.cxx | 810 sal_uInt16 n = pConfig->GetImportFormatCount(); in ImpTestOrFindFormat() 821 if( pConfig->GetImportFormatExtension( i ).EqualsIgnoreCaseAscii( aFormatExt ) ) in ImpTestOrFindFormat() 834 if( pConfig->GetImportFormatExtension( i ).EqualsIgnoreCaseAscii( aExt ) ) in ImpTestOrFindFormat() 845 String aTmpStr( pConfig->GetImportFormatExtension( rFormat ) ); in ImpTestOrFindFormat() 848 if ( pConfig->GetImportFormatExtension( rFormat ).EqualsIgnoreCaseAscii( "pcd" ) ) in ImpTestOrFindFormat() 851 … if ( pConfig->GetImportFilterType( rFormat ).EqualsIgnoreCaseAscii( "pcd_Photo_CD_Base4" ) ) in ImpTestOrFindFormat() 853 … else if ( pConfig->GetImportFilterType( rFormat ).EqualsIgnoreCaseAscii( "pcd_Photo_CD_Base16" ) ) in ImpTestOrFindFormat() 1133 delete pConfig; in ~GraphicFilter() 1151 pConfig = new FilterConfigCache( bUseConfig ); in ImplInit() 1154 pConfig = ((GraphicFilter*)pFilterHdlList->First())->pConfig; in ImplInit() [all …]
|
| H A D | SvFilterOptionsDialog.cxx | 206 sal_uInt16 nFormat, nFilterCount = aGraphicFilter.pConfig->GetExportFormatCount(); in execute() 209 … if ( aGraphicFilter.pConfig->GetExportInternalFilterName( nFormat ) == aInternalFilterName ) in execute() 223 … aFltCallDlgPara.aFilterExt = aGraphicFilter.pConfig->GetExportFormatShortName( nFormat ); in execute() 224 sal_Bool bIsPixelFormat( aGraphicFilter.pConfig->IsExportPixelFormat( nFormat ) ); in execute()
|
| /AOO42X/main/vcl/unx/generic/fontmanager/ |
| H A D | fontconfig.cxx | 178 FcFontSet* FcFontList( FcConfig* pConfig, FcPattern* pPattern, FcObjectSet* pSet ) in FcFontList() argument 179 { return m_pFcFontList( pConfig, pPattern, pSet ); } in FcFontList() 181 FcFontSet* FcConfigGetFonts( FcConfig* pConfig, FcSetName eSet) in FcConfigGetFonts() argument 182 { return m_pFcConfigGetFonts( pConfig, eSet ); } in FcConfigGetFonts() 222 FcBool FcConfigAppFontAddFile( FcConfig* pConfig, const FcChar8* pFileName ) in FcConfigAppFontAddFile() argument 223 { return m_pFcConfigAppFontAddFile( pConfig, pFileName ); } in FcConfigAppFontAddFile() 224 FcBool FcConfigAppFontAddDir(FcConfig* pConfig, const FcChar8* pDirName ) in FcConfigAppFontAddDir() argument 225 { return m_pFcConfigAppFontAddDir( pConfig, pDirName ); } in FcConfigAppFontAddDir() 226 FcBool FcConfigParseAndLoad( FcConfig* pConfig, const FcChar8* pFileName, FcBool bComplain ) in FcConfigParseAndLoad() argument 227 { return m_pFcConfigParseAndLoad( pConfig, pFileName, bComplain ); } in FcConfigParseAndLoad() [all …]
|
| /AOO42X/main/cui/source/options/ |
| H A D | fontsubs.cxx | 69 pConfig(new SvtFontSubstConfig), in SvxFontSubstTabPage() 192 delete pConfig; in ~SvxFontSubstTabPage() 212 pConfig->ClearSubstitutions();// remove all entries in FillItemSet() 214 pConfig->Enable(aUseTableCB.IsChecked()); in FillItemSet() 225 pConfig->AddSubstitution(aAdd); in FillItemSet() 228 if(pConfig->IsModified()) in FillItemSet() 229 pConfig->Commit(); in FillItemSet() 230 pConfig->Apply(); in FillItemSet() 258 sal_Int32 nCount = pConfig->SubstitutionCount(); in Reset() 260 aUseTableCB.Check(pConfig->IsEnabled()); in Reset() [all …]
|
| H A D | fontsubs.hxx | 88 SvtFontSubstConfig* pConfig; member in SvxFontSubstTabPage
|
| /AOO42X/main/vcl/unx/generic/printer/ |
| H A D | printerinfomanager.cxx | 759 Config* pConfig = files[ it->second.m_aFile ]; in writePrinterConfig() local 760 pConfig->DeleteGroup( it->second.m_aGroup ); // else some old keys may remain in writePrinterConfig() 761 pConfig->SetGroup( it->second.m_aGroup ); in writePrinterConfig() 766 pConfig->WriteKey( "Printer", aValue ); in writePrinterConfig() 767 pConfig->WriteKey( "DefaultPrinter", it->first == m_aDefaultPrinter ? "1" : "0" ); in writePrinterConfig() 768 …pConfig->WriteKey( "Location", ByteString( String( it->second.m_aInfo.m_aLocation ), RTL_TEXTENCOD… in writePrinterConfig() 769 …pConfig->WriteKey( "Comment", ByteString( String( it->second.m_aInfo.m_aComment ), RTL_TEXTENCODIN… in writePrinterConfig() 770 …pConfig->WriteKey( "Command", ByteString( String( it->second.m_aInfo.m_aCommand ), RTL_TEXTENCODIN… in writePrinterConfig() 771 …pConfig->WriteKey( "QuickCommand", ByteString( String( it->second.m_aInfo.m_aQuickCommand ), RTL_T… in writePrinterConfig() 772 …pConfig->WriteKey( "Features", ByteString( String( it->second.m_aInfo.m_aFeatures ), RTL_TEXTENCOD… in writePrinterConfig() [all …]
|
| /AOO42X/main/extensions/source/bibliography/ |
| H A D | datman.cxx | 334 sal_uInt16 lcl_FindLogicalName(BibConfig* pConfig , in lcl_FindLogicalName() argument 339 if(rLogicalColumnName == pConfig->GetDefColumnName(i)) in lcl_FindLogicalName() 514 BibConfig* pConfig = BibModul::GetConfig(); in MappingDialog_Impl() local 519 const Mapping* pMapping = pConfig->GetMapping(aDesc); in MappingDialog_Impl() 524 …sal_uInt16 nListBoxIndex = lcl_FindLogicalName( pConfig, pMapping->aColumnPairs[nEntry].sLogicalCo… in MappingDialog_Impl() 566 BibConfig* pConfig = BibModul::GetConfig(); in IMPL_LINK() local 573 … aNew.aColumnPairs[nWriteIndex].sLogicalColumnName = pConfig->GetDefColumnName(nEntry); in IMPL_LINK() 582 pConfig->SetMapping(aDesc, &aNew); in IMPL_LINK() 1032 BibConfig* pConfig = BibModul::GetConfig(); in createDatabaseForm() local 1033 pConfig->setQueryField(getQueryField()); in createDatabaseForm() [all …]
|
| H A D | bibcont.cxx | 177 BibConfig* pConfig = BibModul::GetConfig(); variable 178 pConfig->setBeamerSize(nSize); 180 pConfig->setViewSize(nSize); 195 BibConfig* pConfig = BibModul::GetConfig(); in createTopFrame() local 196 long nSize = pConfig->getBeamerSize(); in createTopFrame() 213 BibConfig* pConfig = BibModul::GetConfig(); in createBottomFrame() local 214 long nSize = pConfig->getViewSize(); in createBottomFrame()
|
| H A D | bibload.cxx | 543 BibConfig* pConfig = BibModul::GetConfig(); in getByName() local 545 const Mapping* pMapping = pConfig->GetMapping(aBibDesc); in getByName() 548 const String sColName = pConfig->GetDefColumnName( in getByName() 723 BibConfig* pConfig = BibModul::GetConfig(); in getPropertyValue() local 726 pArray[i].Name = pConfig->GetDefColumnName(aInternalMapping[i]); in getPropertyValue()
|
| H A D | framectr.cxx | 497 BibConfig* pConfig = BibModul::GetConfig(); in dispatch() local 498 pConfig->setQueryField(aQueryField); in dispatch() 708 BibConfig* pConfig = BibModul::GetConfig(); in addStatusListener() local 755 aEvent.State <<= pConfig->getQueryText(); in addStatusListener() 954 BibConfig* pConfig = BibModul::GetConfig(); in ChangeDataSource() local 955 aEvent.State <<= pConfig->getQueryText(); in ChangeDataSource()
|
| /AOO42X/main/vcl/unx/kde/ |
| H A D | salnativewidgets-kde.cxx | 1726 static OUString readEntryUntranslated( KConfig *pConfig, const char *pKey ) in readEntryUntranslated() argument 1728 return OUString::createFromAscii( pConfig->readEntryUntranslated( pKey ).ascii() ); in readEntryUntranslated() 1733 static Color readColor( KConfig *pConfig, const char *pKey ) in readColor() argument 1735 return toColor( pConfig->readColorEntry( pKey ) ); in readColor() 1827 KConfig *pConfig = KGlobal::config(); in UpdateSettings() local 1828 if ( pConfig ) in UpdateSettings() 1830 pConfig->setGroup( "WM" ); in UpdateSettings() 1834 if ( pConfig->hasKey( pKey ) ) in UpdateSettings() 1835 aStyleSettings.SetActiveColor( readColor( pConfig, pKey ) ); in UpdateSettings() 1838 if ( pConfig->hasKey( pKey ) ) in UpdateSettings() [all …]
|
| /AOO42X/main/starmath/source/ |
| H A D | smmod.cxx | 235 pConfig( 0 ), in SmModule() 246 delete pConfig; in ~SmModule() 305 if(!pConfig) in GetConfig() 306 pConfig = new SmConfig; in GetConfig() 307 return pConfig; in GetConfig()
|
| H A D | unomodel.cxx | 85 SmConfig *pConfig = pp->GetConfig(); in SmPrintUIOptions() local 86 DBG_ASSERT( pConfig, "SmConfig not found" ); in SmPrintUIOptions() 87 if (!pConfig) in SmPrintUIOptions() 108 pConfig->IsPrintTitle() ); in SmPrintUIOptions() 113 pConfig->IsPrintFormulaText() ); in SmPrintUIOptions() 118 pConfig->IsPrintFrame() ); in SmPrintUIOptions() 136 … aChoices, static_cast< sal_Int32 >(pConfig->GetPrintSize()) in SmPrintUIOptions() 144 … pConfig->GetPrintZoomFactor(), // initial value in SmPrintUIOptions()
|
| H A D | mathmlexport.cxx | 740 SmConfig *pConfig = SM_MOD()->GetConfig(); in GetConfigurationSettings() local 741 … const bool bUsedSymbolsOnly = pConfig ? pConfig->IsSaveOnlyUsedSymbols() : false; in GetConfigurationSettings()
|
| /AOO42X/main/vcl/unx/generic/app/ |
| H A D | randrwrapper.cxx | 323 XRRScreenConfiguration *pConfig = NULL; in processRandREvent() local 329 pConfig = pWrapper->XRRGetScreenInfo( GetDisplay(), m_aScreens[i].m_aRoot ); in processRandREvent() 330 nId = pWrapper->XRRConfigCurrentConfiguration( pConfig, &nRot ); in processRandREvent() 331 pSizes = pWrapper->XRRConfigSizes( pConfig, &nSizes ); in processRandREvent() 340 pWrapper->XRRFreeScreenConfigInfo( pConfig ); in processRandREvent()
|
| /AOO42X/main/sw/source/ui/utlui/ |
| H A D | navipi.cxx | 373 pConfig->SetGlobalActive(IsGlobalMode()); in IMPL_LINK() 665 pConfig->SetSmall( sal_False ); in _ZoomOut() 698 pConfig->SetSmall( sal_True ); in _ZoomIn() 788 pConfig(SW_MOD()->GetNavigationConfig()), in SwNavigationPI() 943 if(pConfig->IsGlobalActive()) in SwNavigationPI() 1067 (!IsGlobalMode() && pConfig->IsGlobalActive()) ) in StateChanged() 1399 pConfig->SetRegionMode( nRegionMode ); in SetRegionDropMode()
|
| H A D | content.cxx | 874 pConfig(SW_MOD()->GetNavigationConfig()), in SwContentTree() 912 nActiveBlock = pConfig->GetActiveBlock(); in SwContentTree() 1469 pConfig->SetActiveBlock(nActiveBlock); in Expand() 1495 pConfig->SetActiveBlock(nActiveBlock); in Collapse() 1915 pConfig->SetRootType( nRootType ); in ToggleToRoot() 3030 pConfig->SetOutlineLevel( nOutlineLevel ); in SetOutlineLevel() 3102 pConfig->SetRootType( nRootType ); in SetRootType()
|
| /AOO42X/main/vcl/unx/kde4/ |
| H A D | KDESalFrame.cxx | 196 KConfig *pConfig = KGlobal::config().data(); in UpdateSettings() local 197 if ( pConfig ) in UpdateSettings() 199 KConfigGroup aGroup = pConfig->group( "WM" ); in UpdateSettings() 210 aGroup = pConfig->group( "Icons" ); in UpdateSettings()
|
| /AOO42X/main/filter/source/config/cache/ |
| H A D | filtercache.cxx | 849 css::uno::Reference< css::uno::XInterface >* pConfig = 0; in impl_openConfig() local 862 pConfig = &m_xConfigTypes; in impl_openConfig() 874 pConfig = &m_xConfigFilters; in impl_openConfig() 886 pConfig = &m_xConfigOthers; in impl_openConfig() 897 pConfig = &xOld; in impl_openConfig() 907 *pConfig = impl_createConfigAccess(sPath , in impl_openConfig() 917 CacheUpdateListener* pListener = new CacheUpdateListener(m_xSMGR, *pConfig, eItemType); in impl_openConfig() 921 return *pConfig; in impl_openConfig()
|
| /AOO42X/main/starmath/inc/ |
| H A D | smmod.hxx | 125 SmConfig *pConfig; member in SmModule
|
| /AOO42X/main/sw/source/ui/inc/ |
| H A D | navipi.hxx | 92 SwNavigationConfig *pConfig; member in SwNavigationPI
|
| H A D | conttree.hxx | 73 SwNavigationConfig* pConfig; member in SwContentTree
|
| /AOO42X/main/svtools/inc/svtools/ |
| H A D | filter.hxx | 268 FilterConfigCache* pConfig; member in GraphicFilter
|