Searched refs:GetOptionsMisc (Results 1 – 3 of 3) sorted by relevance
440 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 …]
494 aSdOptionsMiscItem.GetOptionsMisc().SetSummationOfParagraphs( pDoc->IsSummationOfParagraphs() ); in CreateItemSet()495 aSdOptionsMiscItem.GetOptionsMisc().SetPrinterIndependentLayout ( in CreateItemSet()704 pDoc->SetSummationOfParagraphs( pMiscItem->GetOptionsMisc().IsSummationOfParagraphs() ); in ApplyItemSet()705 …sal_uInt32 nSum = pMiscItem->GetOptionsMisc().IsSummationOfParagraphs() ? EE_CNTRL_ULSPACESUMMATIO… in ApplyItemSet()726 …if( pDoc->GetPrinterIndependentLayout() != pMiscItem->GetOptionsMisc().GetPrinterIndependentLayout… in ApplyItemSet()727 pDoc->SetPrinterIndependentLayout (pMiscItem->GetOptionsMisc().GetPrinterIndependentLayout()); in ApplyItemSet()
398 SdOptionsMisc& GetOptionsMisc() { return maOptionsMisc; } in GetOptionsMisc() function in SdOptionsMiscItem399 const SdOptionsMisc& GetOptionsMisc() const { return maOptionsMisc; } in GetOptionsMisc() function in SdOptionsMiscItem
Completed in 27 milliseconds