Home
last modified time | relevance | path

Searched refs:GetConfig (Results 1 – 20 of 20) sorted by relevance

/trunk/main/starmath/source/
H A Ddialog.cxx432 pp->GetConfig()->SetStandardFormat( aFmt ); in IMPL_LINK()
539 pp->GetConfig()->SetStandardFormat( aFmt, sal_True ); in IMPL_LINK_INLINE_START()
587 aTextFont = pp->GetConfig()->GetFontPickList(FNT_TEXT); in ReadFrom()
588 aSerifFont = pp->GetConfig()->GetFontPickList(FNT_SERIF); in ReadFrom()
589 aSansFont = pp->GetConfig()->GetFontPickList(FNT_SANS); in ReadFrom()
590 aFixedFont = pp->GetConfig()->GetFontPickList(FNT_FIXED); in ReadFrom()
609 pp->GetConfig()->GetFontPickList(FNT_TEXT) = aTextFont; in WriteTo()
610 pp->GetConfig()->GetFontPickList(FNT_SERIF) = aSerifFont; in WriteTo()
611 pp->GetConfig()->GetFontPickList(FNT_SANS) = aSansFont; in WriteTo()
746 pp->GetConfig()->SetStandardFormat( aFmt ); in IMPL_LINK()
[all …]
H A Ddocument.cxx629 pp->GetConfig()->ConfigToItemSet(*pOptions); in GetPrt()
711 aFormat = pp->GetConfig()->GetStandardFormat(); in SmDocShell()
714 StartListening(*pp->GetConfig()); in SmDocShell()
728 EndListening(*pp->GetConfig()); in ~SmDocShell()
1022 sal_Bool bRedraw = pp->GetConfig()->IsAutoRedraw(); in Execute()
1023 pp->GetConfig()->SetAutoRedraw(!bRedraw); in Execute()
1125 SmFormat aFmt( pp->GetConfig()->GetStandardFormat() ); in Execute()
1127 pp->GetConfig()->SetStandardFormat( aFmt ); in Execute()
1187 if ( pModule && pModule->GetConfig()->IsAutoRedraw() ) in Execute()
1229 sal_Bool bRedraw = pp->GetConfig()->IsAutoRedraw(); in GetState()
H A Dsmmod.cxx303 SmConfig * SmModule::GetConfig() in GetConfig() function in SmModule
312 return GetConfig()->GetSymbolManager(); in GetSymbolManager()
354 GetConfig()->ConfigToItemSet(*pRet); in CreateItemSet()
365 GetConfig()->ItemSetToConfig(rSet); in ApplyItemSet()
H A Dsymbol.cxx140 StartListening(*pp->GetConfig()); in Init()
147 EndListening(*pp->GetConfig()); in Exit()
275 SmMathConfig &rCfg = *SM_MOD()->GetConfig(); in Load()
322 SmMathConfig &rCfg = *SM_MOD()->GetConfig(); in Save()
H A Dview.cxx280 if (pp->GetConfig()->IsShowFormulaCursor()) in SetCursor()
330 if (pFound && pp->GetConfig()->IsShowFormulaCursor()) in Paint()
1237 pp->GetConfig()->ItemSetToConfig(pNewPrinter->GetOptions()); in SetPrinter()
1434 bVal = !pp->GetConfig()->IsShowFormulaCursor(); in Execute()
1436 pp->GetConfig()->SetShowFormulaCursor(bVal); in Execute()
1876 rSet.Put(SfxBoolItem(nWh, pp->GetConfig()->IsShowFormulaCursor())); in GetState()
H A Dunomodel.cxx85 SmConfig *pConfig = pp->GetConfig(); in SmPrintUIOptions()
707 pp->GetConfig()->ConfigToItemSet(*pItemSet); in _setPropertyValues()
H A Dedit.cxx881 if (pMod && pMod->GetConfig()->IsAutoRedraw()) in UpdateStatus()
H A Dmathmlexport.cxx740 SmConfig *pConfig = SM_MOD()->GetConfig(); in GetConfigurationSettings()
H A Dparse.cxx1385 (m_aCurToken.eType == TEND && SM_MOD()->GetConfig()->IsIgnoreSpacesRight()) ) in Blank()
/trunk/main/extensions/source/bibliography/
H A Dbibload.cxx316 BibDBDescriptor aBibDesc = BibModul::GetConfig()->GetBibliographyURL(); in loadView()
409 BibDBDescriptor aBibDesc = BibModul::GetConfig()->GetBibliographyURL(); in GetDataColumns()
543 BibConfig* pConfig = BibModul::GetConfig(); in getByName()
544 BibDBDescriptor aBibDesc = BibModul::GetConfig()->GetBibliographyURL(); in getByName()
723 BibConfig* pConfig = BibModul::GetConfig(); in getPropertyValue()
H A Dbibcont.cxx177 BibConfig* pConfig = BibModul::GetConfig();
195 BibConfig* pConfig = BibModul::GetConfig(); in createTopFrame()
213 BibConfig* pConfig = BibModul::GetConfig(); in createBottomFrame()
H A Ddatman.cxx514 BibConfig* pConfig = BibModul::GetConfig(); in MappingDialog_Impl()
566 BibConfig* pConfig = BibModul::GetConfig(); in IMPL_LINK()
1032 BibConfig* pConfig = BibModul::GetConfig(); in createDatabaseForm()
1129 BibConfig* pConfig = BibModul::GetConfig(); in getQueryField()
1145 BibConfig* pConfig = BibModul::GetConfig(); in startQueryWith()
1222 BibConfig* pConfig = BibModul::GetConfig(); in setActiveDataSource()
1295 BibConfig* pConfig = BibModul::GetConfig(); in setActiveDataTable()
1303 BibModul::GetConfig()->SetBibliographyURL(aDesc); in setActiveDataTable()
1751 BibConfig* pConfig = BibModul::GetConfig(); in GetIdentifierMapping()
H A Dbibview.cxx141 sal_Bool bExecute = BibModul::GetConfig()->IsShowColumnAssignmentWarning(); in UpdatePages()
155 BibModul::GetConfig()->SetShowColumnAssignmentWarning( in UpdatePages()
H A Dframectr.cxx497 BibConfig* pConfig = BibModul::GetConfig(); in dispatch()
708 BibConfig* pConfig = BibModul::GetConfig(); in addStatusListener()
954 BibConfig* pConfig = BibModul::GetConfig(); in ChangeDataSource()
H A Dgeneral.cxx79 BibConfig* pBibConfig = BibModul::GetConfig(); in lcl_GetColumnName()
128 BibConfig* pBibConfig = BibModul::GetConfig(); in cursorMoved()
296 BibConfig* pBibConfig = BibModul::GetConfig(); in BibGeneralPage()
H A Dbibmod.hxx49 static BibConfig* GetConfig();
H A Dbibmod.cxx96 BibConfig* BibModul::GetConfig() in GetConfig() function in BibModul
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java598 …protected static Object GetConfig( XComponentContext xContext, String sNodepath, boolean bWriteAcc… in GetConfig() method in Helper
619 …Props = ( XPropertySet ) UnoRuntime.queryInterface( XPropertySet.class, GetConfig( xContext, sNode… in GetConfigProps()
630 …r = ( XNameContainer ) UnoRuntime.queryInterface( XNameContainer.class, GetConfig( xContext, sNode… in GetConfigNameContainer()
640 …eAccess = ( XNameAccess ) UnoRuntime.queryInterface( XNameAccess.class, GetConfig( xContext, sNode… in GetConfigNameAccess()
/trunk/main/starmath/inc/
H A Dsmmod.hxx146 SmConfig * GetConfig();
/trunk/main/automation/source/server/
H A Dstatemnt.cxx1205 sal_uLong GetConfig();
1314 EnableButtons( GetConfig() ); in Select()
1327 sal_uLong DisplayHidWin::GetConfig() in GetConfig() function in DisplayHidWin
1396 nLNr1 = GetTTSettings()->pDisplayHidWin->GetConfig(); in DisplayHID()
1525 WriteControlData( GetTTSettings()->Act, GetTTSettings()->pDisplayHidWin->GetConfig() ); in DisplayHID()

Completed in 182 milliseconds