Home
last modified time | relevance | path

Searched refs:pOptions (Results 51 – 75 of 92) sorted by relevance

1234

/aoo41x/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx192 SdOptions* pOptions = SD_MOD()->GetSdOptions(mpDoc->GetDocumentType()); in AnnotationManagerImpl() local
193 if( pOptions ) in AnnotationManagerImpl()
194 mbShowAnnotations = pOptions->IsShowComments() == sal_True; in AnnotationManagerImpl()
276 SdOptions* pOptions = SD_MOD()->GetSdOptions(mpDoc->GetDocumentType()); in ShowAnnotations() local
277 if( pOptions ) in ShowAnnotations()
278 pOptions->SetShowComments( mbShowAnnotations ? sal_True : sal_False ); in ShowAnnotations()
/aoo41x/main/sd/source/ui/func/
H A Dfusldlg.cxx137 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in DoExecute() local
138 aDlgSet.Put( SfxInt32Item( ATTR_PRESENT_DISPLAY, pOptions->GetDisplay() ) ); in DoExecute()
249 pOptions->SetDisplay( ITEMVALUE( aDlgSet, ATTR_PRESENT_DISPLAY, SfxInt32Item ) ); in DoExecute()
/aoo41x/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.hxx82 …virtual sal_Bool dump(CorbaOptions* pOptions, FileStream& o, TypeSet* allreadyDumped) throw( Canno…
83 …virtual sal_Bool dumpDependedTypes(CorbaOptions* pOptions, FileStream& o, TypeSet* allreadyDumped)…
286 CorbaOptions* pOptions,
/aoo41x/main/codemaker/source/javamaker/
H A Djavatype.hxx35 codemaker::GeneratedTypeSet & generated, JavaOptions * pOptions);
39 JavaOptions* pOptions);
/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx529 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in CustomAnimationCreateDialog() local
530 mbIsPreview = pOptions->IsPreviewNewEffects(); in CustomAnimationCreateDialog()
575 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in ~CustomAnimationCreateDialog() local
576 pOptions->SetPreviewNewEffects( getCurrentPage()->getIsPreview() ); in ~CustomAnimationCreateDialog()
H A DSlideTransitionPane.cxx899 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in updateControls() local
900 maCB_AUTO_PREVIEW.Check( pOptions->IsPreviewTransitions() == sal_True ); in updateControls()
1297 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in IMPL_LINK() local
1298 pOptions->SetPreviewTransitions( maCB_AUTO_PREVIEW.IsChecked() ? sal_True : sal_False ); in IMPL_LINK()
/aoo41x/main/sfx2/inc/sfx2/
H A Dprnmon.hxx82 SfxItemSet* pOptions; member in SfxPrintOptionsDialog
96 const SfxItemSet& GetOptions() const { return *pOptions; } in GetOptions()
H A Dsfxhtml.hxx64 const HTMLOptions * pOptions );
68 const HTMLOptions * pOptions,
/aoo41x/main/unotools/source/config/
H A Dpathoptions.cxx210 static SvtPathOptions_Impl* pOptions = NULL; variable
557 if ( !pOptions ) in SvtPathOptions()
559 pOptions = new SvtPathOptions_Impl; in SvtPathOptions()
563 pImp = pOptions; in SvtPathOptions()
574 DELETEZ( pOptions ); in ~SvtPathOptions()
H A Duseroptions.cxx139 static SvtUserOptions_Impl* pOptions = NULL; variable
927 if ( !pOptions ) in SvtUserOptions()
930 pOptions = new SvtUserOptions_Impl; in SvtUserOptions()
935 pImp = pOptions; in SvtUserOptions()
950 DELETEZ( pOptions ); in ~SvtUserOptions()
/aoo41x/main/idlc/inc/idlc/
H A Didlc.hxx47 Idlc(Options* pOptions);
154 Idlc* SAL_CALL setIdlc(Options* pOptions);
/aoo41x/main/sc/source/ui/view/
H A Dprintfun.cxx180 void ScPrintFunc::Construct( const ScPrintOptions* pOptions ) in Construct() argument
219 InitParam(pOptions); in Construct()
226 const ScPrintOptions* pOptions, in ScPrintFunc() argument
245 Construct( pOptions ); in ScPrintFunc()
250 const ScPrintOptions* pOptions ) in ScPrintFunc() argument
267 Construct( pOptions ); in ScPrintFunc()
271 const ScPrintState& rState, const ScPrintOptions* pOptions ) in ScPrintFunc() argument
297 Construct( pOptions ); in ScPrintFunc()
819 void ScPrintFunc::InitParam( const ScPrintOptions* pOptions ) in InitParam() argument
958 aTableParam.bSkipEmpty = pOptions && pOptions->GetSkipEmpty(); in InitParam()
/aoo41x/main/sw/source/core/edit/
H A Dedws.cxx54 SwEditShell::SwEditShell( SwDoc& rDoc, Window *pWindow, const SwViewOption *pOptions ) in SwEditShell() argument
55 : SwCrsrShell( rDoc, pWindow, pOptions ) in SwEditShell()
/aoo41x/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx612 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in SlideshowImpl() local
613 if( pOptions ) in SlideshowImpl()
615 mnUserPaintColor = pOptions->GetPresentationPenColor(); in SlideshowImpl()
616 mdUserPaintStrokeWidth = pOptions->GetPresentationPenWidth(); in SlideshowImpl()
622 SdOptions* pOptions = SD_MOD()->GetSdOptions(DOCUMENT_TYPE_IMPRESS); in ~SlideshowImpl() local
623 if( pOptions ) in ~SlideshowImpl()
625 pOptions->SetPresentationPenColor(mnUserPaintColor); in ~SlideshowImpl()
626 pOptions->SetPresentationPenWidth(mdUserPaintStrokeWidth); in ~SlideshowImpl()
/aoo41x/main/sw/source/ui/dbui/
H A Dmmconfigitem.cxx775 static SwMailMergeConfigItem_Impl* pOptions = NULL; variable
793 if ( !pOptions ) in SwMailMergeConfigItem()
794 pOptions = new SwMailMergeConfigItem_Impl; in SwMailMergeConfigItem()
796 m_pImpl = pOptions; in SwMailMergeConfigItem()
807 DELETEZ( pOptions ); in ~SwMailMergeConfigItem()
/aoo41x/main/extensions/source/scanner/
H A Dsane.cxx279 SANE_Word pOptions[2]; in ReloadOptions() local
281 (void*)pOptions, NULL ); in ReloadOptions()
285 mnOptions = pOptions[ 0 ]; in ReloadOptions()
/aoo41x/main/sc/source/core/tool/
H A Dinterpr1.cxx730 if (pOptions) in CompareFunc()
735 ScQueryEntry& rEntry = pOptions->aQueryEntry; in CompareFunc()
737 if (pOptions->bRegEx) in CompareFunc()
742 !pOptions->bIgnoreCase)->SearchFrwrd( *rComp.pVal[0], in CompareFunc()
751 (pOptions->bIgnoreCase ? ScGlobal::GetpTransliteration() : in CompareFunc()
754 if (pOptions->bMatchWholeCell) in CompareFunc()
768 else if (pOptions->bIgnoreCase) in CompareFunc()
782 if (nStringQuery && pOptions) in CompareFunc()
784 const ScQueryEntry& rEntry = pOptions->aQueryEntry; in CompareFunc()
855 ScMatrixRef ScInterpreter::CompareMat( ScCompareOptions* pOptions ) in CompareMat() argument
[all …]
/aoo41x/main/starmath/source/
H A Ddocument.cxx617 SfxItemSet *pOptions = in GetPrt() local
629 pp->GetConfig()->ConfigToItemSet(*pOptions); in GetPrt()
630 pPrinter = new SfxPrinter(pOptions); in GetPrt()
/aoo41x/main/rdbmaker/source/rdbmaker/
H A Drdbtype.hxx40 RdbOptions* pOptions,
/aoo41x/main/sfx2/source/view/
H A Dviewfrm.cxx392 … SFX_ITEMSET_ARG( pMed->GetItemSet(), pOptions, SfxStringItem, SID_FILE_FILTEROPTIONS, sal_False ); in ExecReload_Impl()
393 if ( pOptions ) in ExecReload_Impl()
394 aSet.Put( *pOptions ); in ExecReload_Impl()
554 SFX_ITEMSET_ARG( pMed->GetItemSet(), pOptions, in ExecReload_Impl()
556 if ( pOptions ) in ExecReload_Impl()
557 aSet.Put( *pOptions ); in ExecReload_Impl()
/aoo41x/main/sc/source/ui/inc/
H A Dscuiimoptdlg.hxx39 const ScImportOptions* pOptions = NULL,
/aoo41x/main/cui/source/options/
H A Dsecurityoptions.hxx70 SecurityOptionsDialog( Window* pParent, SvtSecurityOptions* pOptions );
/aoo41x/main/unotools/inc/unotools/
H A Dsyslocaleoptions.hxx48 static SvtSysLocaleOptions_Impl* pOptions; member in SvtSysLocaleOptions
/aoo41x/main/sc/source/core/inc/
H A Dinterpre.hxx396 double CompareFunc( const ScCompare& rComp, ScCompareOptions* pOptions = NULL );
401 ScMatrixRef CompareMat( ScCompareOptions* pOptions = NULL );
/aoo41x/main/sw/source/core/inc/
H A Ddocsort.hxx73 static SwSortOptions* pOptions; member

Completed in 257 milliseconds

1234