Home
last modified time | relevance | path

Searched refs:GetOptionsMisc (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sd/source/ui/dlg/
H A Dtpoption.cxx440 aOptsItem.GetOptionsMisc().SetQuickEdit( aCbxQuickEdit.IsChecked() ); in FillItemSet()
441 aOptsItem.GetOptionsMisc().SetPickThrough( aCbxPickThrough.IsChecked() ); in FillItemSet()
443 aOptsItem.GetOptionsMisc().SetDragWithCopy( aCbxCopy.IsChecked() ); in FillItemSet()
447 aOptsItem.GetOptionsMisc().SetPrinterIndependentLayout ( in FillItemSet()
495 aCbxStartWithTemplate.Check( aOptsItem.GetOptionsMisc().IsStartWithTemplate() ); in Reset()
497 aCbxCrookNoContortion.Check( aOptsItem.GetOptionsMisc().IsCrookNoContortion() ); in Reset()
498 aCbxQuickEdit.Check( aOptsItem.GetOptionsMisc().IsQuickEdit() ); in Reset()
499 aCbxPickThrough.Check( aOptsItem.GetOptionsMisc().IsPickThrough() ); in Reset()
500 aCbxMasterPageCache.Check( aOptsItem.GetOptionsMisc().IsMasterPagePaintCaching() ); in Reset()
501 aCbxCopy.Check( aOptsItem.GetOptionsMisc().IsDragWithCopy() ); in Reset()
[all …]
/aoo41x/main/sd/source/ui/app/
H A Dsdmod2.cxx498 … aSdOptionsMiscItem.GetOptionsMisc().SetSummationOfParagraphs( pDoc->IsSummationOfParagraphs() ); in CreateItemSet()
499 aSdOptionsMiscItem.GetOptionsMisc().SetPrinterIndependentLayout ( in CreateItemSet()
708 pDoc->SetSummationOfParagraphs( pMiscItem->GetOptionsMisc().IsSummationOfParagraphs() ); in ApplyItemSet()
709 …sal_uInt32 nSum = pMiscItem->GetOptionsMisc().IsSummationOfParagraphs() ? EE_CNTRL_ULSPACESUMMATIO… in ApplyItemSet()
730 …if( pDoc->GetPrinterIndependentLayout() != pMiscItem->GetOptionsMisc().GetPrinterIndependentLayout… in ApplyItemSet()
731 … pDoc->SetPrinterIndependentLayout (pMiscItem->GetOptionsMisc().GetPrinterIndependentLayout()); in ApplyItemSet()
/aoo41x/main/sd/source/ui/inc/
H A Doptsitem.hxx398 SdOptionsMisc& GetOptionsMisc() { return maOptionsMisc; } in GetOptionsMisc() function in SdOptionsMiscItem
399 const SdOptionsMisc& GetOptionsMisc() const { return maOptionsMisc; } in GetOptionsMisc() function in SdOptionsMiscItem

Completed in 32 milliseconds