LibreOffice Module sd (master) 1
|
#include <optsitem.hxx>
Public Member Functions | |
SdOptionsMisc (bool bImpress, bool bUseConfig) | |
bool | operator== (const SdOptionsMisc &rOpt) const |
bool | IsStartWithTemplate () const |
bool | IsMarkedHitMovesAlways () const |
bool | IsMoveOnlyDragging () const |
bool | IsCrookNoContortion () const |
bool | IsQuickEdit () const |
bool | IsMasterPagePaintCaching () const |
bool | IsDragWithCopy () const |
bool | IsPickThrough () const |
bool | IsDoubleClickTextEdit () const |
bool | IsClickChangeRotation () const |
bool | IsEnableSdremote () const |
bool | IsEnablePresenterScreen () const |
bool | IsPresenterScreenFullScreen () const |
bool | IsSolidDragging () const |
bool | IsSummationOfParagraphs () const |
bool | IsTabBarVisible () const |
sal_uInt16 | GetPrinterIndependentLayout () const |
Return the currently selected printer independent layout mode. More... | |
bool | IsShowUndoDeleteWarning () const |
bool | IsSlideshowRespectZOrder () const |
sal_Int32 | GetDefaultObjectSizeWidth () const |
sal_Int32 | GetDefaultObjectSizeHeight () const |
bool | IsPreviewNewEffects () const |
bool | IsPreviewChangedEffects () const |
bool | IsPreviewTransitions () const |
sal_Int32 | GetDisplay () const |
void | SetDisplay (sal_Int32 nDisplay) |
sal_Int32 | GetPresentationPenColor () const |
void | SetPresentationPenColor (sal_Int32 nPenColor) |
double | GetPresentationPenWidth () const |
void | SetPresentationPenWidth (double nPenWidth) |
sal_Int32 | GetDragThresholdPixels () const |
void | SetDragThreshold (sal_Int32 nDragThresholdPixels) |
void | SetStartWithTemplate (bool bOn) |
void | SetMarkedHitMovesAlways (bool bOn) |
void | SetMoveOnlyDragging (bool bOn) |
void | SetCrookNoContortion (bool bOn) |
void | SetQuickEdit (bool bOn) |
void | SetMasterPagePaintCaching (bool bOn) |
void | SetDragWithCopy (bool bOn) |
void | SetPickThrough (bool bOn) |
void | SetDoubleClickTextEdit (bool bOn) |
void | SetClickChangeRotation (bool bOn) |
void | SetEnableSdremote (bool bOn) |
void | SetEnablePresenterScreen (bool bOn) |
void | SetPresenterScreenFullScreen (bool bOn) |
void | SetSummationOfParagraphs (bool bOn) |
void | SetTabBarVisible (bool bOn) |
void | SetPrinterIndependentLayout (sal_uInt16 nOn) |
Set the printer independent layout mode. More... | |
void | SetSolidDragging (bool bOn) |
void | SetShowUndoDeleteWarning (bool bOn) |
void | SetSlideshowRespectZOrder (bool bOn) |
void | SetDefaultObjectSizeWidth (sal_Int32 nWidth) |
void | SetDefaultObjectSizeHeight (sal_Int32 nHeight) |
void | SetPreviewNewEffects (bool bOn) |
void | SetPreviewChangedEffects (bool bOn) |
void | SetPreviewTransitions (bool bOn) |
bool | IsShowComments () const |
void | SetShowComments (bool bShow) |
Public Member Functions inherited from SdOptionsGeneric | |
SdOptionsGeneric (bool bImpress, const OUString &rSubTree) | |
SdOptionsGeneric (SdOptionsGeneric const &) | |
virtual | ~SdOptionsGeneric () |
SdOptionsGeneric & | operator= (SdOptionsGeneric const &) |
bool | IsImpress () const |
void | EnableModify (bool bModify) |
void | Store () |
Protected Member Functions | |
virtual void | GetPropNameArray (const char **&ppNames, sal_uLong &rCount) const override |
virtual bool | ReadData (const css::uno::Any *pValues) override |
virtual bool | WriteData (css::uno::Any *pValues) const override |
Protected Member Functions inherited from SdOptionsGeneric | |
void | Init () const |
void | OptionsChanged () |
virtual void | GetPropNameArray (const char **&ppNames, sal_uLong &rCount) const =0 |
virtual bool | ReadData (const css::uno::Any *pValues)=0 |
virtual bool | WriteData (css::uno::Any *pValues) const =0 |
Private Attributes | |
sal_Int32 | nDefaultObjectSizeWidth |
sal_Int32 | nDefaultObjectSizeHeight |
bool | bStartWithTemplate: 1 |
bool | bMarkedHitMovesAlways: 1 |
bool | bMoveOnlyDragging: 1 |
bool | bCrookNoContortion: 1 |
bool | bQuickEdit: 1 |
bool | bMasterPageCache: 1 |
bool | bDragWithCopy: 1 |
bool | bPickThrough: 1 |
bool | bDoubleClickTextEdit: 1 |
bool | bClickChangeRotation: 1 |
bool | bEnableSdremote: 1 |
bool | bEnablePresenterScreen: 1 |
bool | bPresenterScreenFullScreen: 1 |
bool | bSolidDragging: 1 |
bool | bSummationOfParagraphs: 1 |
bool | bTabBarVisible: 1 |
bool | bShowUndoDeleteWarning: 1 |
bool | bSlideshowRespectZOrder: 1 |
bool | bShowComments: 1 |
bool | bPreviewNewEffects |
bool | bPreviewChangedEffects |
bool | bPreviewTransitions |
sal_Int32 | mnDisplay |
sal_Int32 | mnPenColor |
double | mnPenWidth |
sal_uInt16 | mnPrinterIndependentLayout |
This value controls the device to use for formatting documents. More... | |
sal_Int32 | mnDragThresholdPixels |
Minimum mouse move distance for it to register as a drag action. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from SdOptionsGeneric | |
static bool | isMetricSystem () |
Definition at line 181 of file optsitem.hxx.
SdOptionsMisc::SdOptionsMisc | ( | bool | bImpress, |
bool | bUseConfig | ||
) |
Definition at line 393 of file optsitem.cxx.
References SdOptionsGeneric::EnableModify().
|
inline |
Definition at line 268 of file optsitem.hxx.
References Init().
Referenced by sd::DrawViewShell::FuPermanent(), operator==(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), and WriteData().
|
inline |
Definition at line 267 of file optsitem.hxx.
References Init().
Referenced by sd::DrawViewShell::FuPermanent(), operator==(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), and WriteData().
sal_Int32 SdOptionsMisc::GetDisplay | ( | ) | const |
Definition at line 1427 of file optsitem.cxx.
References SdOptionsGeneric::Init(), and mnDisplay.
Referenced by sd::FuSlideShowDlg::DoExecute(), sd::SlideShow::GetDisplay(), sd::SlideShow::getPropertyValue(), operator==(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), and WriteData().
sal_Int32 SdOptionsMisc::GetDragThresholdPixels | ( | ) | const |
Definition at line 1412 of file optsitem.cxx.
References SdOptionsGeneric::Init(), and mnDragThresholdPixels.
Referenced by operator==(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 277 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), and WriteData().
|
inline |
Definition at line 280 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), and WriteData().
|
inline |
Return the currently selected printer independent layout mode.
Definition at line 264 of file optsitem.hxx.
References Init().
Referenced by SdModule::ApplyItemSet(), operator==(), SdDrawDocument::SdDrawDocument(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), and WriteData().
|
overrideprotectedvirtual |
Implements SdOptionsGeneric.
Definition at line 470 of file optsitem.cxx.
References aPropNames, SdOptionsGeneric::IsImpress(), and SAL_N_ELEMENTS.
|
inline |
Definition at line 251 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 245 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsMisc::Reset(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 250 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 248 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsMisc::Reset(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 253 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsMisc::Reset(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), and WriteData().
|
inline |
Definition at line 252 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsMisc::Reset(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), and WriteData().
|
inline |
Definition at line 243 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsMisc::Reset(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 247 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsMisc::Reset(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 244 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), and sd::FrameView::Update().
|
inline |
Definition at line 249 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsMisc::Reset(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 254 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsMisc::Reset(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), and WriteData().
|
inline |
Definition at line 271 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), sd::CustomAnimationPane::updateControls(), and WriteData().
|
inline |
Definition at line 270 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), and WriteData().
|
inline |
Definition at line 272 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), sd::SlideTransitionPane::updateControls(), and WriteData().
|
inline |
Definition at line 246 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdTpOptionsMisc::Reset(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 318 of file optsitem.hxx.
References Init().
Referenced by sd::AnnotationManagerImpl::AnnotationManagerImpl(), operator==(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), and WriteData().
|
inline |
Definition at line 265 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), and WriteData().
|
inline |
Definition at line 266 of file optsitem.hxx.
References Init().
Referenced by operator==(), and WriteData().
|
inline |
Definition at line 255 of file optsitem.hxx.
References Init().
Referenced by operator==(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), sd::FrameView::Update(), and WriteData().
|
inline |
Definition at line 242 of file optsitem.hxx.
References Init().
Referenced by SdModule::ExecuteNewDocument(), operator==(), SdTpOptionsMisc::Reset(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), and WriteData().
|
inline |
Definition at line 256 of file optsitem.hxx.
References Init().
Referenced by SdModule::ApplyItemSet(), operator==(), SdTpOptionsMisc::Reset(), SdDrawDocument::SdDrawDocument(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), and WriteData().
|
inline |
Definition at line 257 of file optsitem.hxx.
References Init().
Referenced by sd::ViewShellBase::Execute(), sd::ViewShellBase::LateInit(), operator==(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), and WriteData().
bool SdOptionsMisc::operator== | ( | const SdOptionsMisc & | rOpt | ) | const |
Definition at line 435 of file optsitem.cxx.
References GetDefaultObjectSizeHeight(), GetDefaultObjectSizeWidth(), GetDisplay(), GetDragThresholdPixels(), GetPresentationPenColor(), GetPresentationPenWidth(), GetPrinterIndependentLayout(), IsClickChangeRotation(), IsCrookNoContortion(), IsDoubleClickTextEdit(), IsDragWithCopy(), IsEnablePresenterScreen(), IsEnableSdremote(), IsMarkedHitMovesAlways(), IsMasterPagePaintCaching(), IsMoveOnlyDragging(), IsPickThrough(), IsPresenterScreenFullScreen(), IsPreviewChangedEffects(), IsPreviewNewEffects(), IsPreviewTransitions(), IsQuickEdit(), IsShowComments(), IsShowUndoDeleteWarning(), IsSlideshowRespectZOrder(), IsSolidDragging(), IsStartWithTemplate(), IsSummationOfParagraphs(), and IsTabBarVisible().
|
overrideprotectedvirtual |
Implements SdOptionsGeneric.
Definition at line 516 of file optsitem.cxx.
References SdOptionsGeneric::IsImpress(), pValues, SetClickChangeRotation(), SetCrookNoContortion(), SetDefaultObjectSizeHeight(), SetDefaultObjectSizeWidth(), SetDisplay(), SetDoubleClickTextEdit(), SetDragThreshold(), SetDragWithCopy(), SetEnablePresenterScreen(), SetEnableSdremote(), SetMarkedHitMovesAlways(), SetMasterPagePaintCaching(), SetPickThrough(), SetPresentationPenColor(), SetPresentationPenWidth(), SetPresenterScreenFullScreen(), SetPreviewChangedEffects(), SetPreviewNewEffects(), SetPreviewTransitions(), SetPrinterIndependentLayout(), SetQuickEdit(), SetShowComments(), SetShowUndoDeleteWarning(), SetSlideshowRespectZOrder(), SetSolidDragging(), SetStartWithTemplate(), SetSummationOfParagraphs(), and SetTabBarVisible().
|
inline |
Definition at line 295 of file optsitem.hxx.
Referenced by sd::DrawViewShell::ExecOptionsBar(), ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Definition at line 289 of file optsitem.hxx.
Referenced by SdTpOptionsMisc::FillItemSet(), ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Definition at line 312 of file optsitem.hxx.
Referenced by ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Definition at line 311 of file optsitem.hxx.
Referenced by ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
void SdOptionsMisc::SetDisplay | ( | sal_Int32 | nDisplay | ) |
Definition at line 1433 of file optsitem.cxx.
References mnDisplay, and SdOptionsGeneric::OptionsChanged().
Referenced by sd::FuSlideShowDlg::DoExecute(), ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), and sd::SlideShow::setPropertyValue().
|
inline |
Definition at line 294 of file optsitem.hxx.
Referenced by sd::DrawViewShell::ExecOptionsBar(), ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
void SdOptionsMisc::SetDragThreshold | ( | sal_Int32 | nDragThresholdPixels | ) |
Definition at line 1418 of file optsitem.cxx.
References mnDragThresholdPixels, and SdOptionsGeneric::OptionsChanged().
Referenced by ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Definition at line 292 of file optsitem.hxx.
Referenced by SdTpOptionsMisc::FillItemSet(), ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Definition at line 297 of file optsitem.hxx.
Referenced by SdTpOptionsMisc::FillItemSet(), ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Definition at line 296 of file optsitem.hxx.
Referenced by SdTpOptionsMisc::FillItemSet(), ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Definition at line 287 of file optsitem.hxx.
Referenced by SdTpOptionsMisc::FillItemSet(), ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Definition at line 291 of file optsitem.hxx.
Referenced by SdTpOptionsMisc::FillItemSet(), ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Definition at line 288 of file optsitem.hxx.
Referenced by SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Definition at line 293 of file optsitem.hxx.
Referenced by sd::DrawViewShell::ExecOptionsBar(), SdTpOptionsMisc::FillItemSet(), ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Definition at line 278 of file optsitem.hxx.
Referenced by ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), and sd::SlideshowImpl::~SlideshowImpl().
|
inline |
Definition at line 281 of file optsitem.hxx.
Referenced by ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), and sd::SlideshowImpl::~SlideshowImpl().
|
inline |
Definition at line 298 of file optsitem.hxx.
Referenced by SdTpOptionsMisc::FillItemSet(), ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Definition at line 315 of file optsitem.hxx.
Referenced by sd::CustomAnimationPane::implControlHdl(), ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Definition at line 314 of file optsitem.hxx.
Referenced by ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Definition at line 316 of file optsitem.hxx.
Referenced by sd::IMPL_LINK_NOARG(), ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Set the printer independent layout mode.
nOn | The default value is to switch printer independent layout on, hence the parameters name. Use 0 for turning it off. Other values are reserved for future use. |
Definition at line 307 of file optsitem.hxx.
Referenced by SdModule::CreateItemSet(), ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Definition at line 290 of file optsitem.hxx.
Referenced by sd::DrawViewShell::ExecOptionsBar(), SdTpOptionsMisc::FillItemSet(), ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Definition at line 319 of file optsitem.hxx.
Referenced by SdXImpressDocument::initializeForTiledRendering(), ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), SdOptionsMiscItem::SetOptions(), and sd::AnnotationManagerImpl::ShowAnnotations().
|
inline |
Definition at line 309 of file optsitem.hxx.
Referenced by ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Definition at line 310 of file optsitem.hxx.
Referenced by ReadData().
|
inline |
Definition at line 308 of file optsitem.hxx.
Referenced by sd::DrawViewShell::ExecOptionsBar(), ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Definition at line 286 of file optsitem.hxx.
Referenced by SdModule::ExecuteNewDocument(), SdTpOptionsMisc::FillItemSet(), ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Definition at line 299 of file optsitem.hxx.
Referenced by SdModule::CreateItemSet(), SdTpOptionsMisc::FillItemSet(), ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
inline |
Definition at line 300 of file optsitem.hxx.
Referenced by sd::ViewShellBase::Execute(), ReadData(), SdOptionsMiscItem::SdOptionsMiscItem(), and SdOptionsMiscItem::SetOptions().
|
overrideprotectedvirtual |
Implements SdOptionsGeneric.
Definition at line 584 of file optsitem.cxx.
References GetDefaultObjectSizeHeight(), GetDefaultObjectSizeWidth(), GetDisplay(), GetDragThresholdPixels(), GetPresentationPenColor(), GetPresentationPenWidth(), GetPrinterIndependentLayout(), IsClickChangeRotation(), IsCrookNoContortion(), IsDoubleClickTextEdit(), IsDragWithCopy(), IsEnablePresenterScreen(), IsEnableSdremote(), SdOptionsGeneric::IsImpress(), IsMarkedHitMovesAlways(), IsMasterPagePaintCaching(), IsPickThrough(), IsPresenterScreenFullScreen(), IsPreviewChangedEffects(), IsPreviewNewEffects(), IsPreviewTransitions(), IsQuickEdit(), IsShowComments(), IsShowUndoDeleteWarning(), IsSlideshowRespectZOrder(), IsSolidDragging(), IsStartWithTemplate(), IsSummationOfParagraphs(), IsTabBarVisible(), and pValues.
|
private |
Definition at line 197 of file optsitem.hxx.
|
private |
Definition at line 191 of file optsitem.hxx.
|
private |
Definition at line 196 of file optsitem.hxx.
|
private |
Definition at line 194 of file optsitem.hxx.
|
private |
Definition at line 199 of file optsitem.hxx.
|
private |
Definition at line 198 of file optsitem.hxx.
|
private |
Definition at line 189 of file optsitem.hxx.
|
private |
Definition at line 193 of file optsitem.hxx.
|
private |
Definition at line 190 of file optsitem.hxx.
|
private |
Definition at line 195 of file optsitem.hxx.
|
private |
Definition at line 200 of file optsitem.hxx.
|
private |
Definition at line 210 of file optsitem.hxx.
|
private |
Definition at line 209 of file optsitem.hxx.
|
private |
Definition at line 211 of file optsitem.hxx.
|
private |
Definition at line 192 of file optsitem.hxx.
|
private |
Definition at line 207 of file optsitem.hxx.
|
private |
Definition at line 204 of file optsitem.hxx.
|
private |
Definition at line 206 of file optsitem.hxx.
|
private |
Definition at line 201 of file optsitem.hxx.
|
private |
Definition at line 188 of file optsitem.hxx.
|
private |
Definition at line 202 of file optsitem.hxx.
|
private |
Definition at line 203 of file optsitem.hxx.
|
private |
Definition at line 214 of file optsitem.hxx.
Referenced by GetDisplay(), and SetDisplay().
|
private |
Minimum mouse move distance for it to register as a drag action.
Definition at line 227 of file optsitem.hxx.
Referenced by GetDragThresholdPixels(), and SetDragThreshold().
|
private |
Definition at line 216 of file optsitem.hxx.
|
private |
Definition at line 217 of file optsitem.hxx.
|
private |
This value controls the device to use for formatting documents.
The currently supported values are 0 for the current printer or 1 for the printer independent virtual device the can be retrieved from the modules.
Definition at line 224 of file optsitem.hxx.
|
private |
Definition at line 186 of file optsitem.hxx.
|
private |
Definition at line 185 of file optsitem.hxx.