Searched refs:GetOptionsMisc (Results 1 – 3 of 3) sorted by relevance
437 aOptsItem.GetOptionsMisc().SetStartWithTemplate( aCbxStartWithTemplate.IsChecked() ); in FillItemSet()438 aOptsItem.GetOptionsMisc().SetMarkedHitMovesAlways( aCbxMarkedHitMovesAlways.IsChecked() ); in FillItemSet()439 aOptsItem.GetOptionsMisc().SetCrookNoContortion( aCbxCrookNoContortion.IsChecked() ); in FillItemSet()440 aOptsItem.GetOptionsMisc().SetQuickEdit( aCbxQuickEdit.IsChecked() ); in FillItemSet()441 aOptsItem.GetOptionsMisc().SetPickThrough( aCbxPickThrough.IsChecked() ); in FillItemSet()442 aOptsItem.GetOptionsMisc().SetMasterPagePaintCaching( aCbxMasterPageCache.IsChecked() ); in FillItemSet()443 aOptsItem.GetOptionsMisc().SetDragWithCopy( aCbxCopy.IsChecked() ); in FillItemSet()444 aOptsItem.GetOptionsMisc().SetStartWithActualPage( aCbxStartWithActualPage.IsChecked() ); in FillItemSet()445 …aOptsItem.GetOptionsMisc().SetStartWithPresenterScreen( aCbxStartWithPresenterScreen.IsChecked() ); in FillItemSet()446 aOptsItem.GetOptionsMisc().SetSummationOfParagraphs( aCbxCompatibility.IsChecked() ); in FillItemSet()[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