/aoo42x/main/sd/source/ui/app/ |
H A D | sddll.cxx | 72 if (SvtModuleOptions().IsDraw()) in Init() 97 if (SvtModuleOptions().IsDraw()) in Init()
|
H A D | optsitem.cxx | 1328 return( IsDraw() == rOpt.IsDraw() && in operator ==() 1456 pValues[ 11 ] <<= IsDraw(); in WriteData() 1489 maOptionsPrint.SetDraw( pOpts->IsDraw() ); in SdOptionsPrintItem() 1533 pOpts->SetDraw( maOptionsPrint.IsDraw() ); in SetOptions()
|
H A D | sddll1.cxx | 75 if (SvtModuleOptions().IsDraw()) in RegisterFactorys()
|
/aoo42x/main/sd/source/filter/ |
H A D | sddetect.cxx | 211 if( !pFilter && SvtModuleOptions().IsDraw() ) in detect() 341 else if ( SvtModuleOptions().IsDraw() ) in detect()
|
/aoo42x/main/sd/inc/ |
H A D | sdfilter.hxx | 52 sal_Bool IsDraw() const { return mbIsDraw; } in IsDraw() function in SdFilter
|
/aoo42x/main/sw/source/core/text/ |
H A D | porfly.hxx | 83 inline sal_Bool IsDraw() const { return bDraw; } in IsDraw() function in SwFlyCntPortion
|
/aoo42x/main/desktop/source/app/ |
H A D | officeipcthread.cxx | 803 else if ( aCmdLineArgs->IsDraw() ) in run() 884 … else if ( aCmdLineArgs->IsDraw() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) ) in run()
|
H A D | app.cxx | 2635 if ( pArgs->IsDraw() ) in PreloadModuleData() 3026 pArgs->IsDraw() || in OpenClients() 3197 else if ( pArgs->IsDraw() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) ) in OpenClients() 3261 else if ( pArgs->IsDraw() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) ) in OpenDefault() 3548 else if ( pCmdLine->IsDraw() ) in OpenSplashScreen()
|
H A D | cmdlineargs.hxx | 150 sal_Bool IsDraw() const;
|
H A D | cmdlineargs.cxx | 800 sal_Bool CommandLineArgs::IsDraw() const in IsDraw() function in desktop::CommandLineArgs
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | moduleoptions.hxx | 220 sal_Bool IsDraw () const;
|
/aoo42x/main/sd/source/filter/xml/ |
H A D | sdxmlwrp.cxx | 659 XML_SERVICES* pServices = getServices( true, IsDraw(), mnStoreVer ); in Import() 1003 XML_SERVICES* pServiceNames = getServices( false, IsDraw(), mnStoreVer ); in Export()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | sdxmlexp_impl.hxx | 206 sal_Bool IsDraw() const { return mbIsDraw; } in IsDraw() function in SdXMLExport
|
H A D | sdxmlimp_impl.hxx | 309 sal_Bool IsDraw() const { return mbIsDraw; } in IsDraw() function in SdXMLImport
|
H A D | sdxmlimp.cxx | 1003 if( IsDraw()) in getImplementationName()
|
H A D | sdxmlexp.cxx | 142 meOrientation(rExp.IsDraw() ? view::PaperOrientation_PORTRAIT : view::PaperOrientation_LANDSCAPE) in ImpXMLEXPPageMasterInfo() 2926 if( IsDraw()) in getImplementationName()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | DocumentRenderer.cxx | 132 bool IsDraw (void) const in IsDraw() function in sd::__anon8008008b0111::PrintOptions 180 return (IsNotes() || IsDraw() || IsHandout()) && IsHiddenPages(); in IsPrintExcluded() 1552 if (mpOptions->IsDraw()) in PreparePages()
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | UnoDocumentSettings.cxx | 421 if( aPrintOpts.IsDraw() != bValue ) in _setPropertyValues() 980 *pValue <<= (sal_Bool)aPrintOpts.IsDraw(); in _getPropertyValues()
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | prntopts.cxx | 170 aCbxDraw.Check( pPrintOpts->GetOptionsPrint().IsDraw() ); in Reset()
|
/aoo42x/main/sw/source/ui/config/ |
H A D | cfgitems.cxx | 213 bDrawing = rVOpt.IsDraw() && rVOpt.IsControl(); in SwElemItem()
|
H A D | usrpref.cxx | 166 case 2: bVal = rParent.IsDraw(); break;// "Display/DrawingControl", in Commit()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | shutdowniconunx.cxx | 256 if ( aModuleOptions.IsDraw() ) in populate_menu()
|
/aoo42x/main/sw/inc/ |
H A D | viewopt.hxx | 305 inline sal_Bool IsDraw() const in IsDraw() function in SwViewOption
|
/aoo42x/main/sw/source/ui/uno/ |
H A D | unomod.cxx | 903 case HANDLE_VIEWSET_DRAWINGS : bBoolVal = mpConstViewOption->IsDraw(); break; in _getSingleValue()
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | optsitem.hxx | 605 sal_Bool IsDraw() const { Init(); return (sal_Bool) bDraw; } in IsDraw() function in SdOptionsPrint
|