Home
last modified time | relevance | path

Searched refs:IsDraw (Results 1 – 25 of 28) sorted by path

12

/trunk/main/desktop/source/app/
H A Dapp.cxx2635 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 Dcmdlineargs.cxx800 sal_Bool CommandLineArgs::IsDraw() const in IsDraw() function in desktop::CommandLineArgs
H A Dcmdlineargs.hxx150 sal_Bool IsDraw() const;
H A Dofficeipcthread.cxx803 else if ( aCmdLineArgs->IsDraw() ) in run()
884 … else if ( aCmdLineArgs->IsDraw() && aOpt.IsModuleInstalled( SvtModuleOptions::E_SDRAW ) ) in run()
/trunk/main/sd/inc/
H A Dsdfilter.hxx52 sal_Bool IsDraw() const { return mbIsDraw; } in IsDraw() function in SdFilter
/trunk/main/sd/source/filter/
H A Dsddetect.cxx211 if( !pFilter && SvtModuleOptions().IsDraw() ) in detect()
341 else if ( SvtModuleOptions().IsDraw() ) in detect()
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx659 XML_SERVICES* pServices = getServices( true, IsDraw(), mnStoreVer ); in Import()
1003 XML_SERVICES* pServiceNames = getServices( false, IsDraw(), mnStoreVer ); in Export()
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx1328 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 Dsddll.cxx72 if (SvtModuleOptions().IsDraw()) in Init()
97 if (SvtModuleOptions().IsDraw()) in Init()
H A Dsddll1.cxx75 if (SvtModuleOptions().IsDraw()) in RegisterFactorys()
/trunk/main/sd/source/ui/dlg/
H A Dprntopts.cxx170 aCbxDraw.Check( pPrintOpts->GetOptionsPrint().IsDraw() ); in Reset()
/trunk/main/sd/source/ui/inc/
H A Doptsitem.hxx605 sal_Bool IsDraw() const { Init(); return (sal_Bool) bDraw; } in IsDraw() function in SdOptionsPrint
/trunk/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx421 if( aPrintOpts.IsDraw() != bValue ) in _setPropertyValues()
980 *pValue <<= (sal_Bool)aPrintOpts.IsDraw(); in _getPropertyValues()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx132 bool IsDraw (void) const in IsDraw() function in sd::__anone7cee3020111::PrintOptions
180 return (IsNotes() || IsDraw() || IsHandout()) && IsHiddenPages(); in IsPrintExcluded()
1552 if (mpOptions->IsDraw()) in PreparePages()
/trunk/main/sfx2/source/appl/
H A Dshutdowniconunx.cxx256 if ( aModuleOptions.IsDraw() ) in populate_menu()
/trunk/main/sw/inc/
H A Dviewopt.hxx305 inline sal_Bool IsDraw() const in IsDraw() function in SwViewOption
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx1691 && !( (SwFlyCntPortion*)pPor )->IsDraw() ) in GetCrsrOfst()
H A Dporfly.hxx83 inline sal_Bool IsDraw() const { return bDraw; } in IsDraw() function in SwFlyCntPortion
/trunk/main/sw/source/ui/config/
H A Dcfgitems.cxx213 bDrawing = rVOpt.IsDraw() && rVOpt.IsControl(); in SwElemItem()
H A Dusrpref.cxx166 case 2: bVal = rParent.IsDraw(); break;// "Display/DrawingControl", in Commit()
/trunk/main/sw/source/ui/uno/
H A Dunomod.cxx903 case HANDLE_VIEWSET_DRAWINGS : bBoolVal = mpConstViewOption->IsDraw(); break; in _getSingleValue()
/trunk/main/unotools/inc/unotools/
H A Dmoduleoptions.hxx220 sal_Bool IsDraw () const;
/trunk/main/unotools/source/config/
H A Dmoduleoptions.cxx1263 sal_Bool SvtModuleOptions::IsDraw() const in IsDraw() function in SvtModuleOptions
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx142 meOrientation(rExp.IsDraw() ? view::PaperOrientation_PORTRAIT : view::PaperOrientation_LANDSCAPE) in ImpXMLEXPPageMasterInfo()
2926 if( IsDraw()) in getImplementationName()
H A Dsdxmlexp_impl.hxx206 sal_Bool IsDraw() const { return mbIsDraw; } in IsDraw() function in SdXMLExport

Completed in 168 milliseconds

12