/trunk/main/chart2/source/controller/dialogs/ |
H A D | tp_Scale.cxx | 456 const SfxPoolItem *pPoolItem = NULL; in Reset() local 495 aCbxAutoMin.Check(((const SfxBoolItem*)pPoolItem)->GetValue()); in Reset() 499 fMin = ((const SvxDoubleItem*)pPoolItem)->GetValue(); in Reset() 504 aCbxAutoMax.Check(((const SfxBoolItem*)pPoolItem)->GetValue()); in Reset() 508 fMax = ((const SvxDoubleItem*)pPoolItem)->GetValue(); in Reset() 517 fStepMain = ((const SvxDoubleItem*)pPoolItem)->GetValue(); in Reset() 529 nStepHelp = ((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset() 536 fOrigin = ((const SvxDoubleItem*)pPoolItem)->GetValue(); in Reset() 550 m_nMainTimeUnit = ((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset() 574 const SfxPoolItem *pPoolItem = NULL; in DeactivatePage() local [all …]
|
H A D | tp_SeriesToAxis.cxx | 131 const SfxPoolItem *pPoolItem = NULL; in Reset() local 135 if (rInAttrs.GetItemState(SCHATTR_AXIS,sal_True, &pPoolItem) == SFX_ITEM_SET) in Reset() 137 long nVal=((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset() 148 nTmp = (long)((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset() 152 if (rInAttrs.GetItemState(SCHATTR_BAR_OVERLAP, sal_True, &pPoolItem) == SFX_ITEM_SET) in Reset() 154 nTmp = (long)((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset() 158 if (rInAttrs.GetItemState(SCHATTR_BAR_CONNECT, sal_True, &pPoolItem) == SFX_ITEM_SET) in Reset() 160 sal_Bool bCheck = static_cast< const SfxBoolItem * >( pPoolItem )->GetValue(); in Reset() 173 sal_Bool bCheck = ! static_cast< const SfxBoolItem * >( pPoolItem )->GetValue(); in Reset() 205 long nVal=((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset() [all …]
|
H A D | tp_AxisLabel.cxx | 159 const SfxPoolItem* pPoolItem = NULL; in Reset() local 163 aState = rInAttrs.GetItemState( SCHATTR_AXIS_SHOWDESCR, sal_False, &pPoolItem ); in Reset() 174 bCheck = static_cast< const SfxBoolItem * >( pPoolItem )->GetValue(); in Reset() 185 aState = rInAttrs.GetItemState( SCHATTR_TEXT_DEGREES, sal_False, &pPoolItem ); in Reset() 187 m_nInitialDegrees = static_cast< const SfxInt32Item * >( pPoolItem )->GetValue(); in Reset() 197 aState = rInAttrs.GetItemState( SCHATTR_TEXT_STACKED, sal_False, &pPoolItem ); in Reset() 199 m_bInitialStacking = static_cast< const SfxBoolItem * >( pPoolItem )->GetValue(); in Reset() 211 aState = rInAttrs.GetItemState( SCHATTR_AXIS_LABEL_OVERLAP, sal_False, &pPoolItem ); in Reset() 222 bCheck = static_cast< const SfxBoolItem * >( pPoolItem )->GetValue(); in Reset() 230 aState = rInAttrs.GetItemState( SCHATTR_AXIS_LABEL_BREAK, sal_False, &pPoolItem ); in Reset() [all …]
|
H A D | res_DataLabel.cxx | 96 const SfxPoolItem *pPoolItem = NULL; in lcl_setBoolItemToCheckBox() local 97 if( rInAttrs.GetItemState(nWhichId, sal_True, &pPoolItem) == SFX_ITEM_SET ) in lcl_setBoolItemToCheckBox() 98 rCheckbox.Check( ((const SfxBoolItem*)pPoolItem)->GetValue() ); in lcl_setBoolItemToCheckBox() 142 const SfxPoolItem *pPoolItem = NULL; in DataLabelResources() local 144 aAvailabelPlacementList =((const SfxIntegerListItem*)pPoolItem)->GetConstSequence(); in DataLabelResources() 378 const SfxPoolItem *pPoolItem = NULL; in Reset() local 380 m_aSeparatorResources.SetValue( ((const SfxStringItem*)pPoolItem)->GetValue() ); in Reset() 386 sal_Int32 nPlacement = ((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset() 399 if( rInAttrs.GetItemState(EE_PARA_WRITINGDIR, sal_True, &pPoolItem ) == SFX_ITEM_SET ) in Reset() 402 if( rInAttrs.GetItemState( SCHATTR_TEXT_DEGREES, sal_True, &pPoolItem ) == SFX_ITEM_SET ) in Reset() [all …]
|
H A D | tp_AxisPositions.cxx | 299 const SfxPoolItem *pPoolItem = NULL; in Reset() local 302 if(rInAttrs.GetItemState(SCHATTR_AXIS_POSITION,sal_True, &pPoolItem)== SFX_ITEM_SET) in Reset() 305 sal_uInt16 nPos = (sal_uInt16)static_cast< const SfxInt32Item * >( pPoolItem )->GetValue(); in Reset() 323 fCrossover = (((const SvxDoubleItem*)pPoolItem)->GetValue()); in Reset() 344 sal_uInt16 nPos = (sal_uInt16)static_cast< const SfxInt32Item * >( pPoolItem )->GetValue(); in Reset() 354 if(rInAttrs.GetItemState(SCHATTR_AXIS_TICKS,sal_True, &pPoolItem)== SFX_ITEM_SET) in Reset() 355 nTicks=((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset() 356 if(rInAttrs.GetItemState(SCHATTR_AXIS_HELPTICKS,sal_True, &pPoolItem)== SFX_ITEM_SET) in Reset() 357 nMinorTicks=((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset() 441 const SfxPoolItem *pPoolItem = NULL; in SetNumFormatter() local [all …]
|
H A D | res_ErrorBar.cxx | 514 const SfxPoolItem *pPoolItem = NULL; in Reset() local 519 aState = rInAttrs.GetItemState( SCHATTR_STAT_KIND_ERROR, sal_True, &pPoolItem ); in Reset() 523 m_eErrorKind = ((const SvxChartKindErrorItem*) pPoolItem)->GetValue(); in Reset() 560 aState = rInAttrs.GetItemState( SCHATTR_STAT_CONSTPLUS, sal_True, &pPoolItem ); in Reset() 565 fPlusValue = ((const SvxDoubleItem*) pPoolItem)->GetValue(); in Reset() 570 aState = rInAttrs.GetItemState( SCHATTR_STAT_CONSTMINUS, sal_True, &pPoolItem ); in Reset() 575 fMinusValue = ((const SvxDoubleItem*) pPoolItem)->GetValue(); in Reset() 585 aState = rInAttrs.GetItemState( SCHATTR_STAT_INDICATE, sal_True, &pPoolItem ); in Reset() 588 m_eIndicate = ((const SvxChartIndicateItem * ) pPoolItem)->GetValue(); in Reset() 614 aState = rInAttrs.GetItemState( SCHATTR_STAT_RANGE_POS, sal_True, &pPoolItem ); in Reset() [all …]
|
H A D | tp_PolarOptions.cxx | 83 const SfxPoolItem *pPoolItem = NULL; in Reset() local 86 if (rInAttrs.GetItemState(SCHATTR_STARTING_ANGLE, sal_True, &pPoolItem) == SFX_ITEM_SET) in Reset() 88 nTmp = (long)((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset() 99 if (rInAttrs.GetItemState(SCHATTR_CLOCKWISE, sal_True, &pPoolItem) == SFX_ITEM_SET) in Reset() 101 sal_Bool bCheck = static_cast< const SfxBoolItem * >( pPoolItem )->GetValue(); in Reset() 108 if (rInAttrs.GetItemState(SCHATTR_INCLUDE_HIDDEN_CELLS, sal_True, &pPoolItem) == SFX_ITEM_SET) in Reset() 110 bool bVal = static_cast<const SfxBoolItem*>(pPoolItem)->GetValue(); in Reset()
|
H A D | res_Trendline.cxx | 183 const SfxPoolItem *pPoolItem = NULL; in Reset() local 186 aState = rInAttrs.GetItemState( SCHATTR_REGRESSION_TYPE, sal_True, &pPoolItem ); in Reset() 190 … const SvxChartRegressItem * pItem = dynamic_cast< const SvxChartRegressItem * >( pPoolItem ); in Reset() 195 aState = rInAttrs.GetItemState( SCHATTR_REGRESSION_SHOW_EQUATION, sal_True, &pPoolItem ); in Reset() 205 m_aCBShowEquation.Check( static_cast< const SfxBoolItem * >( pPoolItem )->GetValue()); in Reset() 208 aState = rInAttrs.GetItemState( SCHATTR_REGRESSION_SHOW_COEFF, sal_True, &pPoolItem ); in Reset() 218 … m_aCBShowCorrelationCoeff.Check( static_cast< const SfxBoolItem * >( pPoolItem )->GetValue()); in Reset()
|
H A D | res_LegendPosition.cxx | 200 const SfxPoolItem* pPoolItem = NULL; in initFromItemSet() local 201 if( rInAttrs.GetItemState( SCHATTR_LEGEND_POS, sal_True, &pPoolItem ) == SFX_ITEM_SET ) in initFromItemSet() 203 sal_Int32 nLegendPosition = ((const SfxInt32Item*)pPoolItem)->GetValue(); in initFromItemSet() 223 if( rInAttrs.GetItemState( SCHATTR_LEGEND_SHOW, sal_True, &pPoolItem ) == SFX_ITEM_SET ) in initFromItemSet() 225 bool bShow = static_cast< const SfxBoolItem * >( pPoolItem )->GetValue(); in initFromItemSet()
|
/trunk/main/sd/source/ui/func/ |
H A D | fucopy.cxx | 97 const SfxPoolItem* pPoolItem = NULL; in DoExecute() local 106 const XFillColorItem* pItem = ( const XFillColorItem* ) pPoolItem; in DoExecute() 147 const SfxPoolItem* pPoolItem = NULL; in DoExecute() local 151 nNumber = ( ( const SfxUInt16Item* ) pPoolItem )->GetValue(); in DoExecute() 155 lSizeX = ( ( const SfxInt32Item* ) pPoolItem )->GetValue(); in DoExecute() 157 lSizeY = ( ( const SfxInt32Item* ) pPoolItem )->GetValue(); in DoExecute() 159 lAngle = ( ( const SfxInt32Item* )pPoolItem )->GetValue(); in DoExecute() 163 lWidth = ( ( const SfxInt32Item* ) pPoolItem )->GetValue(); in DoExecute() 165 lHeight = ( ( const SfxInt32Item* ) pPoolItem )->GetValue(); in DoExecute() 170 aStartColor = ( ( const XColorItem* ) pPoolItem )->GetColorValue(); in DoExecute() [all …]
|
H A D | fupage.cxx | 506 const SfxPoolItem* pPoolItem; in ApplyItemSet() local 531 aNewSize = ((const SvxSizeItem*) pPoolItem)->GetSize(); in ApplyItemSet() 538 sal_True, &pPoolItem) == SFX_ITEM_SET ) in ApplyItemSet() 540 nLeft = ((const SvxLRSpaceItem*) pPoolItem)->GetLeft(); in ApplyItemSet() 541 nRight = ((const SvxLRSpaceItem*) pPoolItem)->GetRight(); in ApplyItemSet() 549 sal_True, &pPoolItem) == SFX_ITEM_SET ) in ApplyItemSet() 551 nUpper = ((const SvxULSpaceItem*) pPoolItem)->GetUpper(); in ApplyItemSet() 552 nLower = ((const SvxULSpaceItem*) pPoolItem)->GetLower(); in ApplyItemSet() 560 bScaleAll = ((const SfxBoolItem*) pPoolItem)->GetValue(); in ApplyItemSet() 565 bFullSize = ((const SfxBoolItem*) pPoolItem)->GetValue(); in ApplyItemSet() [all …]
|
/trunk/main/sd/source/ui/dlg/ |
H A D | copydlg.cxx | 159 const SfxPoolItem* pPoolItem = NULL; in IMPL_LINK() local 171 nMoveX = ( ( ( const SfxInt32Item* ) pPoolItem )->GetValue() ); in IMPL_LINK() 176 nMoveY = ( ( ( const SfxInt32Item* ) pPoolItem )->GetValue() ); in IMPL_LINK() 180 maMtrFldAngle.SetValue( ( ( const SfxInt32Item* ) pPoolItem )->GetValue() ); in IMPL_LINK() 186 nWidth = ( ( ( const SfxInt32Item* ) pPoolItem )->GetValue() ); in IMPL_LINK() 191 nHeight = ( ( ( const SfxInt32Item* ) pPoolItem )->GetValue() ); in IMPL_LINK() 196 Color aColor = ( ( const XColorItem* ) pPoolItem )->GetColorValue(); in IMPL_LINK() 303 const SfxPoolItem* pPoolItem = NULL; in IMPL_LINK() local 306 Color aColor = ( ( const XColorItem* ) pPoolItem )->GetColorValue(); in IMPL_LINK() 331 const SfxPoolItem* pPoolItem = NULL; in IMPL_LINK() local [all …]
|
H A D | sdpreslt.cxx | 110 const SfxPoolItem *pPoolItem = NULL; in Reset() local 114 if( mrOutAttrs.GetItemState( ATTR_PRESLAYOUT_MASTER_PAGE, sal_False, &pPoolItem ) == SFX_ITEM_SET ) in Reset() 116 sal_Bool bMasterPage = ( (const SfxBoolItem*) pPoolItem)->GetValue(); in Reset() 124 if(mrOutAttrs.GetItemState(ATTR_PRESLAYOUT_NAME, sal_True, &pPoolItem) == SFX_ITEM_SET) in Reset() 125 maName = ((const SfxStringItem*)pPoolItem)->GetValue(); in Reset()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdedtv1.cxx | 722 const SfxPoolItem *pPoolItem=NULL; in SetNotPersistAttrToMarked() local 724 long n=((const SdrTransformRef1XItem*)pPoolItem)->GetValue(); in SetNotPersistAttrToMarked() 728 long n=((const SdrTransformRef1YItem*)pPoolItem)->GetValue(); in SetNotPersistAttrToMarked() 732 long n=((const SdrTransformRef2XItem*)pPoolItem)->GetValue(); in SetNotPersistAttrToMarked() 736 long n=((const SdrTransformRef2YItem*)pPoolItem)->GetValue(); in SetNotPersistAttrToMarked() 745 nAllPosX=((const SdrAllPositionXItem*)pPoolItem)->GetValue(); in SetNotPersistAttrToMarked() 753 nAllWdt=((const SdrAllSizeWidthItem*)pPoolItem)->GetValue(); in SetNotPersistAttrToMarked() 1527 const SfxPoolItem* pPoolItem=NULL; in SetGeoAttrToMarked() local 1540 nSizX=((const SfxUInt32Item*)pPoolItem)->GetValue(); in SetGeoAttrToMarked() 1545 nSizY=((const SfxUInt32Item*)pPoolItem)->GetValue(); in SetGeoAttrToMarked() [all …]
|
H A D | svdobj.cxx | 2075 const SfxPoolItem *pPoolItem=NULL; in NbcApplyNotPersistAttr() local 2091 long n=((const SdrMoveXItem*)pPoolItem)->GetValue(); in NbcApplyNotPersistAttr() 2095 long n=((const SdrMoveYItem*)pPoolItem)->GetValue(); in NbcApplyNotPersistAttr() 2099 long n=((const SdrOnePositionXItem*)pPoolItem)->GetValue(); in NbcApplyNotPersistAttr() 2103 long n=((const SdrOnePositionYItem*)pPoolItem)->GetValue(); in NbcApplyNotPersistAttr() 2107 long n=((const SdrOneSizeWidthItem*)pPoolItem)->GetValue(); in NbcApplyNotPersistAttr() 2123 long n=((const SdrShearAngleItem*)pPoolItem)->GetValue(); in NbcApplyNotPersistAttr() 2131 long n=((const SdrRotateAngleItem*)pPoolItem)->GetValue(); in NbcApplyNotPersistAttr() 2140 long n=((const SdrRotateOneItem*)pPoolItem)->GetValue(); in NbcApplyNotPersistAttr() 2175 bool b=((const SdrObjVisibleItem*)pPoolItem)->GetValue(); in NbcApplyNotPersistAttr() [all …]
|
/trunk/main/chart2/source/controller/main/ |
H A D | ChartController_Position.cxx | 70 const SfxPoolItem* pPoolItem=NULL; in lcl_getPositionAndSizeFromItemSet() local 72 if (SFX_ITEM_SET==rItemSet.GetItemState(SID_ATTR_TRANSFORM_POS_X,sal_True,&pPoolItem)) in lcl_getPositionAndSizeFromItemSet() 73 nPosX=((const SfxInt32Item*)pPoolItem)->GetValue(); in lcl_getPositionAndSizeFromItemSet() 74 if (SFX_ITEM_SET==rItemSet.GetItemState(SID_ATTR_TRANSFORM_POS_Y,sal_True,&pPoolItem)) in lcl_getPositionAndSizeFromItemSet() 75 nPosY=((const SfxInt32Item*)pPoolItem)->GetValue(); in lcl_getPositionAndSizeFromItemSet() 77 if (SFX_ITEM_SET==rItemSet.GetItemState(SID_ATTR_TRANSFORM_WIDTH,sal_True,&pPoolItem)) in lcl_getPositionAndSizeFromItemSet() 78 nSizX=((const SfxUInt32Item*)pPoolItem)->GetValue(); in lcl_getPositionAndSizeFromItemSet() 79 if (SFX_ITEM_SET==rItemSet.GetItemState(SID_ATTR_TRANSFORM_HEIGHT,sal_True,&pPoolItem)) in lcl_getPositionAndSizeFromItemSet() 80 nSizY=((const SfxUInt32Item*)pPoolItem)->GetValue(); in lcl_getPositionAndSizeFromItemSet() 81 if (SFX_ITEM_SET==rItemSet.GetItemState(SID_ATTR_TRANSFORM_SIZE_POINT,sal_True,&pPoolItem)) in lcl_getPositionAndSizeFromItemSet() [all …]
|
/trunk/main/sd/source/ui/view/ |
H A D | drtxtob1.cxx | 92 const SfxPoolItem* pPoolItem = NULL; in Execute() local 503 … if( SFX_ITEM_SET == pArgs->GetItemState( EE_CHAR_FONTINFO, sal_True, &pPoolItem ) ) in Execute() 504 aNewAttr.Put( *pPoolItem ); in Execute() 515 … if( SFX_ITEM_SET == pArgs->GetItemState( EE_CHAR_FONTHEIGHT, sal_True, &pPoolItem ) ) in Execute() 516 aNewAttr.Put( *pPoolItem ); in Execute() 525 … if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( EE_CHAR_COLOR, sal_True, &pPoolItem ) ) in Execute() 526 aNewAttr.Put( *pPoolItem ); in Execute() 566 if( SFX_ITEM_ON == aEditAttr.GetItemState(EE_PARA_JUST, sal_True, &pPoolItem ) ) in Execute() 567 nAdjust = ( (SvxAdjustItem*)pPoolItem)->GetEnumValue(); in Execute()
|
/trunk/main/chart2/source/controller/itemsetwrapper/ |
H A D | LegendItemConverter.cxx | 114 const SfxPoolItem* pPoolItem = NULL; in ApplySpecialItem() local 115 … if( rInItemSet.GetItemState( SCHATTR_LEGEND_SHOW, sal_True, &pPoolItem ) == SFX_ITEM_SET ) in ApplySpecialItem() 117 sal_Bool bShow = static_cast< const SfxBoolItem * >( pPoolItem )->GetValue(); in ApplySpecialItem() 131 const SfxPoolItem* pPoolItem = NULL; in ApplySpecialItem() local 132 … if( rInItemSet.GetItemState( SCHATTR_LEGEND_POS, sal_True, &pPoolItem ) == SFX_ITEM_SET ) in ApplySpecialItem() 134 …sition eNewPos = static_cast<chart2::LegendPosition>(((const SfxInt32Item*)pPoolItem)->GetValue()); in ApplySpecialItem()
|
H A D | ItemConverter.cxx | 242 const SfxPoolItem *pPoolItem = NULL; in InvalidateUnequalItems() local 246 if ((rSourceSet.GetItemState(nWhich, sal_True, &pPoolItem) == SFX_ITEM_SET) && in InvalidateUnequalItems() 247 (rDestSet.GetItemState(nWhich, sal_True, &pPoolItem) == SFX_ITEM_SET)) in InvalidateUnequalItems() 257 else if( rSourceSet.GetItemState(nWhich, sal_True, &pPoolItem) == SFX_ITEM_DONTCARE ) in InvalidateUnequalItems()
|
/trunk/main/svl/source/items/ |
H A D | poolcach.cxx | 72 pPool->Remove( *(*pCache)[nPos].pPoolItem ); in ~SfxItemPoolCache() 97 if ( rMapEntry.pPoolItem != &rOrigItem ) in ApplyTo() 99 rMapEntry.pPoolItem->AddRef(2); // einen davon fuer den Cache in ApplyTo() 103 return *rMapEntry.pPoolItem; in ApplyTo() 129 aModify.pPoolItem = (SfxSetItem*) pNewPoolItem; in ApplyTo()
|
/trunk/main/svx/source/sdr/properties/ |
H A D | defaultproperties.cxx | 151 const SfxPoolItem *pPoolItem; in SetObjectItemSet() local 161 if(SFX_ITEM_SET == rSet.GetItemState(nWhich, sal_False, &pPoolItem)) in SetObjectItemSet() 163 if(AllowItemChange(nWhich, pPoolItem)) in SetObjectItemSet() 166 ItemChange(nWhich, pPoolItem); in SetObjectItemSet() 168 aSet.Put(*pPoolItem); in SetObjectItemSet()
|
/trunk/main/sfx2/source/dialog/ |
H A D | mgetempl.cxx | 346 const SfxPoolItem* pPoolItem = pModule->GetItem( SID_ATTR_METRIC ); in SetDescriptionText_Impl() local 347 if ( pPoolItem ) in SetDescriptionText_Impl() 348 eFieldUnit = (FieldUnit)( (SfxUInt16Item*)pPoolItem )->GetValue(); in SetDescriptionText_Impl() 587 const SfxPoolItem* pPoolItem; in ActivatePage() local 590 rSet.GetItemState( SID_ATTR_AUTO_STYLE_UPDATE, sal_False, &pPoolItem ) ) in ActivatePage() 591 aAutoCB.Check( ( (const SfxBoolItem*)pPoolItem )->GetValue() ); in ActivatePage()
|
/trunk/main/cui/source/tabpages/ |
H A D | tpbitmap.cxx | 349 const SfxPoolItem* pPoolItem = 0; in IMPL_LINK() local 351 if(SFX_ITEM_SET == rOutAttrs.GetItemState(GetWhich(XATTR_FILLSTYLE), true, &pPoolItem)) in IMPL_LINK() 353 const XFillStyle eXFS((XFillStyle)((const XFillStyleItem*)pPoolItem)->GetValue()); in IMPL_LINK() 355 …== eXFS) && (SFX_ITEM_SET == rOutAttrs.GetItemState(GetWhich(XATTR_FILLBITMAP), true, &pPoolItem))) in IMPL_LINK() 357 … pGraphicObject = new GraphicObject(((const XFillBitmapItem*)pPoolItem)->GetGraphicObject()); in IMPL_LINK() 594 const SfxPoolItem* pPoolItem = 0; in IMPL_LINK() local 596 if(SFX_ITEM_SET == rOutAttrs.GetItemState(XATTR_FILLBITMAP, true, &pPoolItem)) in IMPL_LINK() 598 …pEntry = new XBitmapEntry(dynamic_cast< const XFillBitmapItem* >(pPoolItem)->GetGraphicObject(), a… in IMPL_LINK()
|
/trunk/main/sd/source/ui/annotations/ |
H A D | annotationmanager.cxx | 335 const SfxPoolItem* pPoolItem = NULL; in ExecuteDeleteAnnotation() local 336 … if( SFX_ITEM_SET == pArgs->GetItemState( SID_DELETEALLBYAUTHOR_POSTIT, sal_True, &pPoolItem ) ) in ExecuteDeleteAnnotation() 338 OUString sAuthor( (( const SfxStringItem* ) pPoolItem )->GetValue() ); in ExecuteDeleteAnnotation() 351 const SfxPoolItem* pPoolItem = NULL; in ExecuteDeleteAnnotation() local 352 … if( SFX_ITEM_SET == pArgs->GetItemState( SID_DELETE_POSTIT, sal_True, &pPoolItem ) ) in ExecuteDeleteAnnotation() 353 ( ( const SfxUnoAnyItem* ) pPoolItem )->GetValue() >>= xAnnotation; in ExecuteDeleteAnnotation() 455 const SfxPoolItem* pPoolItem = NULL; in ExecuteReplyToAnnotation() local 456 if( SFX_ITEM_SET == pArgs->GetItemState( rReq.GetSlot(), sal_True, &pPoolItem ) ) in ExecuteReplyToAnnotation() 457 ( ( const SfxUnoAnyItem* ) pPoolItem )->GetValue() >>= xAnnotation; in ExecuteReplyToAnnotation()
|
/trunk/main/sfx2/source/doc/ |
H A D | objxtor.cxx | 645 const SfxPoolItem *pPoolItem; in PrepareClose() local 651 pPoolItem = pFrame->GetBindings().ExecuteSynchron( SID_SAVEDOC, ppArgs ); in PrepareClose() 657 pPoolItem = pFrame->GetBindings().ExecuteSynchron( SID_SAVEDOC, ppArgs ); in PrepareClose() 660 …if ( !pPoolItem || pPoolItem->ISA(SfxVoidItem) || ( pPoolItem->ISA(SfxBoolItem) && !( (const SfxBo… in PrepareClose()
|