/aoo41x/main/sd/source/ui/app/ |
H A D | sddll.cxx | 74 if (SvtModuleOptions().IsDraw()) in Init() 99 if (SvtModuleOptions().IsDraw()) in Init()
|
H A D | optsitem.cxx | 1352 return( IsDraw() == rOpt.IsDraw() && in operator ==() 1480 pValues[ 11 ] <<= IsDraw(); in WriteData() 1515 maOptionsPrint.SetDraw( pOpts->IsDraw() ); in SdOptionsPrintItem() 1559 pOpts->SetDraw( maOptionsPrint.IsDraw() ); in SetOptions()
|
H A D | sddll1.cxx | 77 if (SvtModuleOptions().IsDraw()) in RegisterFactorys()
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | sddetect.cxx | 196 if( !pFilter && SvtModuleOptions().IsDraw() ) in detect() 326 else if ( SvtModuleOptions().IsDraw() ) in detect()
|
H A D | UnoDocumentSettings.cxx | 421 if( aPrintOpts.IsDraw() != bValue ) in _setPropertyValues() 980 *pValue <<= (sal_Bool)aPrintOpts.IsDraw(); in _getPropertyValues()
|
/aoo41x/main/sd/inc/ |
H A D | sdfilter.hxx | 52 sal_Bool IsDraw() const { return mbIsDraw; } in IsDraw() function in SdFilter
|
/aoo41x/main/sw/source/core/text/ |
H A D | porfly.hxx | 83 inline sal_Bool IsDraw() const { return bDraw; } in IsDraw() function in SwFlyCntPortion
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | moduleoptions.hxx | 220 sal_Bool IsDraw () const;
|
/aoo41x/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 | cmdlineargs.hxx | 150 sal_Bool IsDraw() const;
|
H A D | app.cxx | 2623 if ( pArgs->IsDraw() ) in PreloadModuleData() 3014 pArgs->IsDraw() || in OpenClients() 3185 else if ( pArgs->IsDraw() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) ) in OpenClients() 3249 else if ( pArgs->IsDraw() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) ) in OpenDefault() 3536 else if ( pCmdLine->IsDraw() ) in OpenSplashScreen()
|
H A D | cmdlineargs.cxx | 800 sal_Bool CommandLineArgs::IsDraw() const in IsDraw() function in desktop::CommandLineArgs
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | prntopts.cxx | 170 aCbxDraw.Check( pPrintOpts->GetOptionsPrint().IsDraw() ); in Reset()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | DocumentRenderer.cxx | 132 bool IsDraw (void) const in IsDraw() function in sd::__anon061182ea0111::PrintOptions 180 return (IsNotes() || IsDraw() || IsHandout()) && IsHiddenPages(); in IsPrintExcluded() 1552 if (mpOptions->IsDraw()) in PreparePages()
|
/aoo41x/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()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | shutdowniconunx.cxx | 256 if ( aModuleOptions.IsDraw() ) in populate_menu()
|
/aoo41x/main/sw/inc/ |
H A D | viewopt.hxx | 305 inline sal_Bool IsDraw() const in IsDraw() function in SwViewOption
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | unomod.cxx | 903 case HANDLE_VIEWSET_DRAWINGS : bBoolVal = mpConstViewOption->IsDraw(); break; in _getSingleValue()
|
/aoo41x/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
|