Searched refs:SetDraw (Results 1 – 9 of 9) sorted by relevance
1426 if( pValues[11].hasValue() ) SetDraw( *(sal_Bool*) pValues[ 11 ].getValue() ); in ReadData()1489 maOptionsPrint.SetDraw( pOpts->IsDraw() ); in SdOptionsPrintItem()1533 pOpts->SetDraw( maOptionsPrint.IsDraw() ); in SetOptions()
133 aOptions.GetOptionsPrint().SetDraw( aCbxDraw.IsChecked() ); in FillItemSet()
297 rVOpt.SetDraw (bDrawing ); in FillViewOptions()
209 case 2: rParent.SetDraw(bSet); break;// "Display/DrawingControl", in Load()
722 pOpt->SetDraw ( sal_True == rOptions.bPrintDraw ); in PrepareForPrint()
307 inline void SetDraw( sal_Bool b ) in SetDraw() function in SwViewOption
671 case HANDLE_VIEWSET_DRAWINGS : mpViewOption->SetDraw(bVal); break; in _setSingleValue()
627 void SetDraw( sal_Bool bOn = sal_True ) { if( bDraw != bOn ) { OptionsChanged(); bDraw = bOn; } } in SetDraw() function in SdOptionsPrint
423 aPrintOpts.SetDraw( bValue ); in _setPropertyValues()
Completed in 57 milliseconds