Home
last modified time | relevance | path

Searched refs:pConfig (Results 1 – 23 of 23) sorted by last modified time

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx179 { 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()
223 { return m_pFcConfigAppFontAddFile( pConfig, pFileName ); } in FcConfigAppFontAddFile()
225 { return m_pFcConfigAppFontAddDir( pConfig, pDirName ); } in FcConfigAppFontAddDir()
227 { return m_pFcConfigParseAndLoad( pConfig, pFileName, bComplain ); } in FcConfigParseAndLoad()
234 { return m_pFcFontMatch( pConfig, pPattern, pResult ); } in FcFontMatch()
236 { return m_pFcConfigSubstitute( pConfig, pPattern, eKind ); } in FcConfigSubstitute()
1122 FcConfig* pConfig = rWrapper.FcConfigGetCurrent(); in getFontOptions()
1139 rWrapper.FcConfigSubstitute( pConfig, pPattern, FcMatchPattern ); in getFontOptions()
[all …]
/trunk/main/starmath/source/
H A Dmathmlexport.cxx740 SmConfig *pConfig = SM_MOD()->GetConfig(); in GetConfigurationSettings() local
741 … const bool bUsedSymbolsOnly = pConfig ? pConfig->IsSaveOnlyUsedSymbols() : false; in GetConfigurationSettings()
H A Dunomodel.cxx85 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()
144pConfig->GetPrintZoomFactor(), // initial value in SmPrintUIOptions()
H A Dsmmod.cxx235 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()
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx849 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()
/trunk/main/svtools/source/filter/
H A Dfilter.cxx810 sal_uInt16 n = pConfig->GetImportFormatCount(); in ImpTestOrFindFormat()
1133 delete pConfig; in ~GraphicFilter()
1154 pConfig = ((GraphicFilter*)pFilterHdlList->First())->pConfig; in ImplInit()
1182 return pConfig->GetImportFormatCount(); in GetImportFormatCount()
1217 return pConfig->GetImportFormatName( nFormat ); in GetImportFormatName()
1260 return pConfig->IsImportPixelFormat( nFormat ); in IsImportPixelFormat()
1267 return pConfig->GetExportFormatCount(); in GetExportFormatCount()
1302 return pConfig->GetExportFormatName( nFormat ); in GetExportFormatName()
1345 return pConfig->IsExportPixelFormat( nFormat ); in IsExportPixelFormat()
1880 if( pConfig->IsExportPixelFormat( nFormat ) ) in ExportGraphic()
[all …]
H A DSvFilterOptionsDialog.cxx206 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()
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx874 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()
H A Dnavipi.cxx373 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()
/trunk/main/extensions/source/bibliography/
H A Ddatman.cxx514 BibConfig* pConfig = BibModul::GetConfig(); in MappingDialog_Impl() local
566 BibConfig* pConfig = BibModul::GetConfig(); in IMPL_LINK() local
582 pConfig->SetMapping(aDesc, &aNew); in IMPL_LINK()
1033 pConfig->setQueryField(getQueryField()); in createDatabaseForm()
1034 startQueryWith(pConfig->getQueryText()); in createDatabaseForm()
1129 BibConfig* pConfig = BibModul::GetConfig(); in getQueryField() local
1145 BibConfig* pConfig = BibModul::GetConfig(); in startQueryWith() local
1146 pConfig->setQueryText( rQuery ); in startQueryWith()
1223 pConfig->setQueryField(getQueryField()); in setActiveDataSource()
1224 startQueryWith(pConfig->getQueryText()); in setActiveDataSource()
[all …]
H A Dbibcont.cxx177 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 Dbibload.cxx543 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 Dframectr.cxx497 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()
/trunk/main/vcl/unx/kde4/
H A DKDESalFrame.cxx196 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()
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1828 if ( pConfig ) in UpdateSettings()
1830 pConfig->setGroup( "WM" ); in UpdateSettings()
1834 if ( pConfig->hasKey( pKey ) ) in UpdateSettings()
1838 if ( pConfig->hasKey( pKey ) ) in UpdateSettings()
1842 if ( pConfig->hasKey( pKey ) ) in UpdateSettings()
1846 if ( pConfig->hasKey( pKey ) ) in UpdateSettings()
1850 if ( pConfig->hasKey( pKey ) ) in UpdateSettings()
1854 if ( pConfig->hasKey( pKey ) ) in UpdateSettings()
1858 if ( pConfig->hasKey( pKey ) ) in UpdateSettings()
1865 pConfig->setGroup( "Icons" ); in UpdateSettings()
[all …]
/trunk/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx759 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()
773pConfig->WriteKey( "Copies", ByteString::CreateFromInt32( it->second.m_aInfo.m_nCopies ) ); in writePrinterConfig()
775pConfig->WriteKey( "PSLevel", ByteString::CreateFromInt32( it->second.m_aInfo.m_nPSLevel ) ); in writePrinterConfig()
776pConfig->WriteKey( "PDFDevice", ByteString::CreateFromInt32( it->second.m_aInfo.m_nPDFDevice ) ); in writePrinterConfig()
786 pConfig->WriteKey( "MarginAdjust", aValue ); in writePrinterConfig()
799 pConfig->WriteKey( aKey, aValue ); in writePrinterConfig()
[all …]
/trunk/main/vcl/unx/generic/app/
H A Drandrwrapper.cxx323 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()
/trunk/main/sw/source/ui/inc/
H A Dnavipi.hxx92 SwNavigationConfig *pConfig; member in SwNavigationPI
H A Dconttree.hxx73 SwNavigationConfig* pConfig; member in SwContentTree
/trunk/main/svtools/inc/svtools/
H A Dfilter.hxx268 FilterConfigCache* pConfig; member in GraphicFilter
/trunk/main/starmath/inc/
H A Dsmmod.hxx125 SmConfig *pConfig; member in SmModule
/trunk/main/cui/source/options/
H A Dfontsubs.cxx69 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 Dfontsubs.hxx88 SvtFontSubstConfig* pConfig; member in SvxFontSubstTabPage

Completed in 348 milliseconds