/aoo4110/main/unotools/inc/unotools/ |
H A D | moduleoptions.hxx | 217 sal_Bool IsMath () const;
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | swcli.cxx | 175 if ( pView && xObj.is() && SotExchange::IsMath( xObj->getClassID() ) ) in FormatChanged()
|
/aoo4110/main/desktop/source/app/ |
H A D | cmdlineargs.hxx | 154 sal_Bool IsMath() const;
|
H A D | cmdlineargs.cxx | 824 sal_Bool CommandLineArgs::IsMath() const in IsMath() function in desktop::CommandLineArgs
|
H A D | officeipcthread.cxx | 809 else if ( aCmdLineArgs->IsMath() ) in run()
|
H A D | app.cxx | 3251 else if ( pArgs->IsMath() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SMATH ) ) in OpenDefault() 3544 else if ( pCmdLine->IsMath() ) in OpenSplashScreen()
|
/aoo4110/main/sot/inc/sot/ |
H A D | exchange.hxx | 246 static sal_uInt16 IsMath( const SvGlobalName& rName );
|
/aoo4110/main/sfx2/source/appl/ |
H A D | shutdowniconunx.cxx | 264 if ( aModuleOptions.IsMath() ) in populate_menu()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par4.cxx | 230 if (SotExchange::IsMath(aClassName)) in InsertOle()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | tabvwshb.cxx | 465 if ( bOle || bTabProt || !SvtModuleOptions().IsMath() || bShared ) in GetDrawInsState()
|
/aoo4110/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 2213 const bool bStarMath = ( SotExchange::IsMath( aCLSID ) != 0 ); in AlignFormulaToBaseline() 2287 if ( SotExchange::IsMath( aCLSID ) ) in AlignAllFormulasToBaseline()
|
/aoo4110/main/sw/source/core/draw/ |
H A D | dview.cxx | 985 const bool bProtectMathPos = SotExchange::IsMath( xObj->getClassID() ) in CheckPossibilities()
|
/aoo4110/main/sc/source/ui/drawfunc/ |
H A D | fuins2.cxx | 243 if ( SvtModuleOptions().IsMath() ) in FuInsertOLE()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | viewshe2.cxx | 863 if( SvtModuleOptions().IsMath() ) in ActivateObject()
|
H A D | drviews7.cxx | 1297 if (!SvtModuleOptions().IsMath()) in GetMenuState()
|
/aoo4110/main/sw/source/core/ole/ |
H A D | ndole.cxx | 937 if ( SotExchange::IsMath( aClassID ) ) in GetDescription()
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | frmsh.cxx | 480 … aSet.Put( SfxBoolItem( FN_OLE_IS_MATH, xObj.is() && SotExchange::IsMath( xObj->getClassID() ) ) ); in Execute()
|
H A D | textsh.cxx | 823 if( !aMOpt.IsMath() in StateInsert()
|
H A D | tabsh.cxx | 1289 if ( !aMOpt.IsMath() || rSh.IsTblComplexForChart() ) in GetState()
|
H A D | basesh.cxx | 1089 … const bool bDoMathBaselineAlignment = xObj.is() && SotExchange::IsMath( xObj->getClassID() ) in Execute()
|
/aoo4110/main/sw/source/ui/wrtsh/ |
H A D | wrtsh1.cxx | 523 bStarMath = ( SotExchange::IsMath( aCLSID ) != 0 ); in InsertOleObject()
|
/aoo4110/main/unotools/source/config/ |
H A D | moduleoptions.cxx | 1242 sal_Bool SvtModuleOptions::IsMath() const in IsMath() function in SvtModuleOptions
|
/aoo4110/main/sot/source/base/ |
H A D | formats.cxx | 1684 sal_uInt16 SotExchange::IsMath( const SvGlobalName& rName ) in IsMath() function in SotExchange
|
/aoo4110/main/sw/source/core/text/ |
H A D | EnhancedPDFExportHelper.cxx | 1315 … bFormula = 0 != SotExchange::IsMath( SvGlobalName( aRef->getClassID() ) ); in BeginBlockStructureElements()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doc.cxx | 1016 if (SotExchange::IsMath(aClassName)) in Insert()
|