Lines Matching refs:Put

100 	rSet.Put( SfxBoolItem( SID_OBJECT_ROTATE, eMode == SDRDRAG_ROTATE ) );  in GetState()
101 rSet.Put( SfxBoolItem( SID_OBJECT_MIRROR, eMode == SDRDRAG_MIRROR ) ); in GetState()
102 rSet.Put( SfxBoolItem( SID_BEZIER_EDIT, !pView->IsFrameDragSingles() ) ); in GetState()
106 rSet.Put(SfxBoolItem(SID_FONTWORK, pViewFrm->HasChildWindow(nFWId))); in GetState()
128 rSet.Put( SfxBoolItem( SID_ANCHOR_PAGE, sal_True ) ); in GetState()
129 rSet.Put( SfxBoolItem( SID_ANCHOR_CELL, sal_False ) ); in GetState()
133 rSet.Put( SfxBoolItem( SID_ANCHOR_PAGE, sal_False ) ); in GetState()
134 rSet.Put( SfxBoolItem( SID_ANCHOR_CELL, sal_True ) ); in GetState()
138 rSet.Put( SfxBoolItem( SID_ANCHOR_PAGE, sal_False ) ); in GetState()
139 rSet.Put( SfxBoolItem( SID_ANCHOR_CELL, sal_False ) ); in GetState()
289 rSet.Put( SfxBoolItem( SID_ENABLE_HYPHENATION, bValue ) ); in GetDrawFuncState()
311 rSet.Put( pDrView->GetAttrFromMarked(sal_False), false ); in GetDrawAttrState()
315 rSet.Put( pDrView->GetDefaultAttr() ); in GetDrawAttrState()
337 rSet.Put( SfxPointItem( SID_ATTR_POSITION, aRect.TopLeft() ) ); in GetDrawAttrState()
339 rSet.Put( SvxSizeItem( SID_ATTR_SIZE, aSize ) ); in GetDrawAttrState()
349 rSet.Put( SfxPointItem( SID_ATTR_POSITION, aRect.TopLeft() ) ); in GetDrawAttrState()
351 rSet.Put( SvxSizeItem( SID_ATTR_SIZE, aSize ) ); in GetDrawAttrState()
357 rSet.Put( SfxPointItem( SID_ATTR_POSITION, aPos ) ); in GetDrawAttrState()
358 rSet.Put( SvxSizeItem( SID_ATTR_SIZE, Size( 0, 0 ) ) ); in GetDrawAttrState()
408 rSet.Put(aNewAttr, sal_False); in GetDrawAttrStateForIFBX()