| /trunk/main/vcl/source/window/ |
| H A D | splitwin.cxx | 318 static ImplSplitSet* ImplFindSet( ImplSplitSet* pSet, sal_uInt16 nId ) in ImplFindSet() argument 320 if ( pSet->mnId == nId ) in ImplFindSet() 321 return pSet; in ImplFindSet() 324 sal_uInt16 nItems = pSet->mnItems; in ImplFindSet() 325 ImplSplitItem* pItems = pSet->mpItems; in ImplFindSet() 348 static ImplSplitSet* ImplFindItem( ImplSplitSet* pSet, sal_uInt16 nId, sal_uInt16& rPos ) in ImplFindItem() argument 351 sal_uInt16 nItems = pSet->mnItems; in ImplFindItem() 352 ImplSplitItem* pItems = pSet->mpItems; in ImplFindItem() 359 return pSet; in ImplFindItem() 378 static sal_uInt16 ImplFindItem( ImplSplitSet* pSet, Window* pWindow ) in ImplFindItem() argument [all …]
|
| /trunk/main/editeng/source/rtf/ |
| H A D | rtfitem.cxx | 214 void SvxRTFParser::ReadAttr( int nToken, SfxItemSet* pSet ) in ReadAttr() argument 216 DBG_ASSERT( pSet, "Es muss ein SfxItemSet uebergeben werden!" ); in ReadAttr() 233 RTFPardPlain( sal_True, &pSet ); in ReadAttr() 240 RTFPardPlain( sal_False, &pSet ); in ReadAttr() 277 pSet = &pAkt->aAttrSet; in ReadAttr() 288 UnknownAttrToken( nToken, pSet ); in ReadAttr() 343 pSet->Put( SvxFmtSplitItem( sal_False, PARDID->nSplit )); in ReadAttr() 350 pSet->Put( SvxFmtKeepItem( sal_True, PARDID->nKeep )); in ReadAttr() 357 pSet->Put( SfxUInt16Item( PARDID->nOutlineLvl, in ReadAttr() 365 pSet->Put( SvxAdjustItem( SVX_ADJUST_LEFT, PARDID->nAdjust )); in ReadAttr() [all …]
|
| /trunk/main/sd/source/ui/animations/ |
| H A D | CustomAnimationDialog.cxx | 1135 … CustomAnimationEffectTabPage( Window* pParent, const ResId& rResId, const STLPropertySet* pSet ); 1138 void update( STLPropertySet* pSet ); 1199 …e::CustomAnimationEffectTabPage( Window* pParent, const ResId& rResId, const STLPropertySet* pSet ) in CustomAnimationEffectTabPage() argument 1200 : TabPage( pParent, rResId ), mbHasText( sal_False ), mpSet(pSet ) in CustomAnimationEffectTabPage() 1279 if( pSet->getPropertyState( nHandlePresetId ) != STLPropertyState_AMBIGUOUS ) in CustomAnimationEffectTabPage() 1282 pSet->getPropertyValue( nHandlePresetId ) >>= aPresetId; in CustomAnimationEffectTabPage() 1288 if( pSet->getPropertyState( nHandleProperty1Type ) != STLPropertyState_AMBIGUOUS ) in CustomAnimationEffectTabPage() 1291 pSet->getPropertyValue( nHandleProperty1Type ) >>= nType; in CustomAnimationEffectTabPage() 1309 const Any aValue( pSet->getPropertyValue( nHandleProperty1Value ) ); in CustomAnimationEffectTabPage() 1323 if( pSet->getPropertyState( nHandleAccelerate ) == STLPropertyState_DIRECT ) in CustomAnimationEffectTabPage() [all …]
|
| H A D | CustomAnimationPane.cxx | 1114 void addValue( STLPropertySet* pSet, sal_Int32 nHandle, const Any& rValue ) in addValue() argument 1116 switch( pSet->getPropertyState( nHandle ) ) in addValue() 1123 if( rValue != pSet->getPropertyValue( nHandle ) ) in addValue() 1124 pSet->setPropertyState( nHandle, STLPropertyState_AMBIGUOUS ); in addValue() 1128 pSet->setPropertyValue( nHandle, rValue ); in addValue() 1327 STLPropertySet* pSet = CustomAnimationDialog::createDefaultSet(); in createSelectionSet() local 1329 pSet->setPropertyValue( nHandleCurrentPage, makeAny( mxCurrentPage ) ); in createSelectionSet() 1352 addValue( pSet, nHandleHasAfterEffect, makeAny( pEffect->hasAfterEffect() ) ); in createSelectionSet() 1353 …addValue( pSet, nHandleAfterEffectOnNextEffect, makeAny( pEffect->IsAfterEffectOnNext() ? sal_True… in createSelectionSet() 1354 addValue( pSet, nHandleDimColor, pEffect->getDimColor() ); in createSelectionSet() [all …]
|
| /trunk/main/sfx2/source/dialog/ |
| H A D | tabdlg.cxx | 132 const SfxItemSet* pSet; member in SfxTabDialogController 137 , pSet( NULL ) in SfxTabDialogController() 148 delete pSet; in ~SfxTabDialogController() 171 pSet = pDialog->pSet = pSetItem->GetItemSet().Clone(); in StateChanged() 261 pSet ( &rAttrSet ), in SfxTabPage() 271 pSet ( &rAttrSet ), in SfxTabPage() 486 pSet ( ItemSetPtr ),\ 580 DBG_ASSERT( pSet, "No ItemSet!" ); in SfxTabDialog() 691 if ( pSet ) in Init_Impl() 693 pExampleSet = new SfxItemSet( *pSet ); in Init_Impl() [all …]
|
| /trunk/main/sc/source/core/data/ |
| H A D | stlpool.cxx | 260 SfxItemSet* pSet = NULL; in CreateStandardStyles() local 291 pSet = &pSheet->GetItemSet(); in CreateStandardStyles() 307 lcl_CheckFont( *pSet, eLatin, DEFAULTFONT_LATIN_SPREADSHEET, ATTR_FONT ); in CreateStandardStyles() 308 lcl_CheckFont( *pSet, eCjk, DEFAULTFONT_CJK_SPREADSHEET, ATTR_CJK_FONT ); in CreateStandardStyles() 309 lcl_CheckFont( *pSet, eCtl, DEFAULTFONT_CTL_SPREADSHEET, ATTR_CTL_FONT ); in CreateStandardStyles() 326 pSet = &pSheet->GetItemSet(); in CreateStandardStyles() 327 pSet->Put( SvxWeightItem( WEIGHT_BOLD, ATTR_FONT_WEIGHT ) ); in CreateStandardStyles() 328 pSet->Put( SvxPostureItem( ITALIC_NORMAL, ATTR_FONT_POSTURE ) ); in CreateStandardStyles() 329 pSet->Put( SvxUnderlineItem( UNDERLINE_SINGLE, ATTR_FONT_UNDERLINE ) ); in CreateStandardStyles() 357 pSet = &pSheet->GetItemSet(); in CreateStandardStyles() [all …]
|
| H A D | stlsheet.cxx | 152 if ( !pSet ) in GetItemSet() 163 pSet = new SfxItemSet( rItemPool, in GetItemSet() 218 pSet->Put( aHFSetItem, ATTR_PAGE_HEADERSET ); in GetItemSet() 219 pSet->Put( aHFSetItem, ATTR_PAGE_FOOTERSET ); in GetItemSet() 220 pSet->Put( aBoxInfoItem ); // PoolDefault wg. Formatvorlagen in GetItemSet() 229 … pSet->Put( SvxFrameDirectionItem( eDirection, ATTR_WRITINGDIR ), ATTR_WRITINGDIR ); in GetItemSet() 245 pSet = new SfxItemSet( GetPool().GetPool(), in GetItemSet() 254 if ( !pSet->Count() ) in GetItemSet() 260 pSet->Put( SfxUInt32Item( ATTR_VALUE_FORMAT, nNumFmt ) ); in GetItemSet() 265 return *pSet; in GetItemSet()
|
| /trunk/main/cui/source/dialogs/ |
| H A D | iconcdlg.cxx | 91 pSet ( &rAttrSet ), in IconChoicePage() 228 pSet ( pItemSet ), in IconChoiceDialog() 252 if ( pSet ) in IconChoiceDialog() 254 pExampleSet = new SfxItemSet( *pSet ); in IconChoiceDialog() 255 pOutSet = new SfxItemSet( *pSet->GetPool(), pSet->GetRanges() ); in IconChoiceDialog() 744 pData->pPage->Reset( *pSet ); in IMPL_LINK() 776 if ( pSet ) in ActivatePageImpl() 778 if ( bItemsReset && pSet->GetParent() ) in ActivatePageImpl() 779 pTmpSet = pSet->GetParent(); in ActivatePageImpl() 781 pTmpSet = pSet; in ActivatePageImpl() [all …]
|
| H A D | cuicharmap.cxx | 58 SvxCharacterMap::SvxCharacterMap( Window* pParent, sal_Bool bOne, const SfxItemSet* pSet ) : in SvxCharacterMap() argument 62 SFX_ITEMSET_ARG( pSet, pItem, SfxBoolItem, FN_PARAM_1, sal_False ); in SvxCharacterMap() 68 SFX_ITEMSET_ARG( pSet, pCharItem, SfxInt32Item, SID_ATTR_CHAR, sal_False ); in SvxCharacterMap() 72 SFX_ITEMSET_ARG( pSet, pDisableItem, SfxBoolItem, FN_PARAM_2, sal_False ); in SvxCharacterMap() 76 SFX_ITEMSET_ARG( pSet, pFontItem, SvxFontItem, SID_ATTR_CHAR_FONT, sal_False ); in SvxCharacterMap() 77 SFX_ITEMSET_ARG( pSet, pFontNameItem, SfxStringItem, SID_FONT_NAME, sal_False ); in SvxCharacterMap() 93 CreateOutputItemSet( pSet ? *pSet->GetPool() : SFX_APP()->GetPool() ); in SvxCharacterMap() 150 SfxItemSet* pSet = GetItemSet(); in Execute() local 151 if ( pSet ) in Execute() 153 const SfxItemPool* pPool = pSet->GetPool(); in Execute() [all …]
|
| /trunk/main/vcl/unx/gtk/a11y/ |
| H A D | atktext.cxx | 458 AtkAttributeSet* pSet, in handle_text_markup_as_run_attribute() argument 486 pSet = attribute_set_prepend_misspelled( pSet ); in handle_text_markup_as_run_attribute() 491 pSet = attribute_set_prepend_tracked_change_insertion( pSet ); in handle_text_markup_as_run_attribute() 496 pSet = attribute_set_prepend_tracked_change_deletion( pSet ); in handle_text_markup_as_run_attribute() 501 pSet = attribute_set_prepend_tracked_change_formatchange( pSet ); in handle_text_markup_as_run_attribute() 527 return pSet; in handle_text_markup_as_run_attribute() 537 AtkAttributeSet *pSet = NULL; in text_wrapper_get_run_attributes() local 549 pSet = attribute_set_new_from_property_values( aAttributeList, true, text ); in text_wrapper_get_run_attributes() 584 pSet = handle_text_markup_as_run_attribute( in text_wrapper_get_run_attributes() 587 offset, pSet, start_offset, end_offset ); in text_wrapper_get_run_attributes() [all …]
|
| /trunk/main/vcl/unx/generic/fontmanager/ |
| H A D | fontconfig.cxx | 100 void (*m_pFcObjectSetDestroy)(FcObjectSet* pSet); 164 FcObjectSet* pSet = m_pFcObjectSetVaBuild( first, ap ); in FcObjectSetBuild() local 166 return pSet; in FcObjectSetBuild() 169 void FcObjectSetDestroy( FcObjectSet* pSet ) in FcObjectSetDestroy() argument 170 { m_pFcObjectSetDestroy( pSet ); } in FcObjectSetDestroy() 178 FcFontSet* FcFontList( FcConfig* pConfig, FcPattern* pPattern, FcObjectSet* pSet ) in FcFontList() argument 179 { return m_pFcFontList( pConfig, pPattern, pSet ); } in FcFontList() 196 void FcCharSetDestroy( FcCharSet* pSet ) in FcCharSetDestroy() argument 197 { m_pFcCharSetDestroy( pSet );} in FcCharSetDestroy() 199 void FcFontSetDestroy( FcFontSet* pSet ) in FcFontSetDestroy() argument [all …]
|
| /trunk/main/sw/source/ui/dialog/ |
| H A D | regionsw.cxx | 74 const SfxItemSet *pSet = rReq.GetArgs(); in InsertRegionDialog() local 86 if (!pSet || pSet->Count()==0) in InsertRegionDialog() 110 pSet->GetItemState(FN_PARAM_REGION_NAME, sal_True, &pItem) ) in InsertRegionDialog() 119 aSet.Put( *pSet ); in InsertRegionDialog() 120 if(SFX_ITEM_SET == pSet->GetItemState(SID_ATTR_COLUMNS, sal_False, &pItem)|| in InsertRegionDialog() 121 SFX_ITEM_SET == pSet->GetItemState(FN_INSERT_REGION, sal_False, &pItem)) in InsertRegionDialog() 135 else if(SFX_ITEM_SET == pSet->GetItemState(RES_COL, sal_False, &pItem)) in InsertRegionDialog() 141 pSet->GetItemState(FN_PARAM_REGION_HIDDEN, sal_True, &pItem)? in InsertRegionDialog() 144 pSet->GetItemState(FN_PARAM_REGION_PROTECT, sal_True, &pItem)? in InsertRegionDialog() 148 pSet->GetItemState(FN_PARAM_REGION_EDIT_IN_READONLY, sal_True, &pItem)? in InsertRegionDialog() [all …]
|
| /trunk/main/sw/source/filter/writer/ |
| H A D | wrt_fn.cxx | 49 const SfxItemSet* pSet = &rSet; in Out_SfxItemSet() local 50 if( !pSet->Count() ) // Optimierung - leere Sets in Out_SfxItemSet() 54 while( 0 != ( pSet = pSet->GetParent() ) && !pSet->Count() ) in Out_SfxItemSet() 56 if( !pSet ) in Out_SfxItemSet() 61 if( !bDeep || !pSet->GetParent() ) in Out_SfxItemSet() 64 SfxItemIter aIter( *pSet ); in Out_SfxItemSet() 73 SfxWhichIter aIter( *pSet ); in Out_SfxItemSet() 77 if( SFX_ITEM_SET == pSet->GetItemState( nWhich, bDeep, &pItem ) && in Out_SfxItemSet() 80 || ( pSet->GetParent() && in Out_SfxItemSet() 81 *pItem != pSet->GetParent()->Get( nWhich )) in Out_SfxItemSet()
|
| /trunk/main/sw/source/filter/rtf/ |
| H A D | rtffly.cxx | 168 const SfxItemSet* pSet; in lcl_CpyBreakAttrs() local 169 if( pSrcNd && pDstNd && 0 != ( pSet = pSrcNd->GetpSwAttrSet() ) ) in lcl_CpyBreakAttrs() 173 if( SFX_ITEM_SET != pSet->GetItemState( RES_BREAK, in lcl_CpyBreakAttrs() 177 if( SFX_ITEM_SET != pSet->GetItemState( RES_PAGEDESC, in lcl_CpyBreakAttrs() 542 void SwRTFParser::ReadFly( int nToken, SfxItemSet* pSet ) in ReadFly() argument 565 sal_Bool bChkDropCap = 0 == pSet; in ReadFly() 569 if( !pSet ) in ReadFly() 571 pSet = &aSet; in ReadFly() 576 aAnchor = (SwFmtAnchor&)pSet->Get( RES_ANCHOR ); in ReadFly() 577 aHori = (SwFmtHoriOrient&)pSet->Get( RES_HORI_ORIENT ); in ReadFly() [all …]
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdibrow.cxx | 612 FASTBOOL IsItemIneffective(sal_uInt16 nWhich, const SfxItemSet* pSet, sal_uInt16& rIndent) in IsItemIneffective() argument 615 if (pSet==NULL) return sal_False; in IsItemIneffective() 630 if (ImpGetItem(*pSet,XATTR_LINESTYLE,pItem)) { in IsItemIneffective() 637 if (ImpGetItem(*pSet,XATTR_LINESTARTWIDTH,pItem)) { in IsItemIneffective() 644 if (ImpGetItem(*pSet,XATTR_LINEENDWIDTH,pItem)) { in IsItemIneffective() 658 if (ImpGetItem(*pSet,XATTR_FILLSTYLE,pItem)) { in IsItemIneffective() 679 if (ImpGetItem(*pSet,XATTR_FILLSTYLE,pItem)) { in IsItemIneffective() 690 if (ImpGetItem(*pSet,XATTR_FILLBMP_TILE,pItem)) { in IsItemIneffective() 694 if (ImpGetItem(*pSet,XATTR_FILLBMP_STRETCH,pItem)) { in IsItemIneffective() 717 if (ImpGetItem(*pSet,XATTR_FILLBMP_TILEOFFSETX,pItem)) { in IsItemIneffective() [all …]
|
| /trunk/main/idl/source/cmptools/ |
| H A D | char.cxx | 86 sal_uInt8 * pSet; in GetTable() local 87 pSet = (sal_uInt8 *)pCharTable->Get( ((sal_uLong)nSource << 16) + (sal_uLong)nDest ); in GetTable() 89 if( !pSet ) in GetTable() 91 pSet = new sal_uInt8[ 256 ]; in GetTable() 92 memcpy( pSet, EqualTab, sizeof( EqualTab ) ); in GetTable() 95 char c = ByteString::Convert( pSet[i], nSource, nDest ); in GetTable() 97 pSet[ i ] = (sal_uInt8)c; in GetTable() 99 pCharTable->Insert( ((sal_uLong)nSource << 16) + (sal_uLong)nDest, pSet ); in GetTable() 102 return (char *)pSet; in GetTable()
|
| /trunk/main/sw/source/ui/shells/ |
| H A D | textsh1.cxx | 191 const SfxItemSet* pSet = NULL; in lcl_CharDialog() local 193 pSet = pArgs; in lcl_CharDialog() 196 pSet = pDlg->GetOutputItemSet(); in lcl_CharDialog() 199 if ( pSet) in lcl_CharDialog() 201 SfxItemSet aTmpSet( *pSet ); in lcl_CharDialog() 979 SfxItemSet* pSet = NULL; in Execute() local 987 pSet = &aCoreSet; in Execute() 990 pSet = (SfxItemSet*) pArgs; in Execute() 996 pSet = (SfxItemSet*)pDlg->GetOutputItemSet(); in Execute() 998 … if( SFX_ITEM_SET == pSet->GetItemState( SID_ATTR_TABSTOP_DEFAULTS, sal_False, &pItem ) && in Execute() [all …]
|
| /trunk/main/sfx2/source/doc/ |
| H A D | docfile.cxx | 531 SFX_ITEMSET_ARG( pSet, pItem, SfxUnoAnyItem, SID_CONTENT, sal_False); in GetContent() 655 if ( pSet ) in CloseInStream_Impl() 656 pSet->ClearItem( SID_INPUTSTREAM ); in CloseInStream_Impl() 666 if ( pSet ) in CloseInStream_Impl() 667 pSet->ClearItem( SID_STREAM ); in CloseInStream_Impl() 722 if ( pSet ) in CloseOutStream_Impl() 723 pSet->ClearItem( SID_STREAM ); in CloseOutStream_Impl() 900 if ( pImp->xStorage.is() && pSet ) in SetEncryptionDataToStorage_Impl() 903 if ( GetEncryptionData_Impl( pSet, aEncryptionData ) ) in SetEncryptionDataToStorage_Impl() 906 pSet->ClearItem( SID_PASSWORD ); in SetEncryptionDataToStorage_Impl() [all …]
|
| H A D | objstor.cxx | 205 bool GetEncryptionData_Impl( const SfxItemSet* pSet, uno::Sequence< beans::NamedValue >& o_rEncrypt… in GetEncryptionData_Impl() argument 208 if ( pSet ) in GetEncryptionData_Impl() 210 SFX_ITEMSET_ARG( pSet, pEncryptionDataItem, SfxUnoAnyItem, SID_ENCRYPTIONDATA, sal_False); in GetEncryptionData_Impl() 218 SFX_ITEMSET_ARG( pSet, pPasswordItem, SfxStringItem, SID_PASSWORD, sal_False); in GetEncryptionData_Impl() 513 SfxItemSet *pSet = GetMedium()->GetItemSet(); in DoInitNew() local 515 TransformItems( SID_OPENDOC, *pSet, aArgs ); in DoInitNew() 602 SfxItemSet* pSet = pMedium->GetItemSet(); in DoLoad() local 606 pSet, pTemplateItem, SfxBoolItem, in DoLoad() 614 SFX_ITEMSET_ARG( pSet, pBaseItem, SfxStringItem, in DoLoad() 903 SfxItemSet* pSet = pMedium->GetItemSet(); in HandleFilter() local [all …]
|
| /trunk/main/sw/source/ui/frmdlg/ |
| H A D | column.cxx | 249 SfxItemSet* pSet = 0; in IMPL_LINK() local 253 pSet = pSelectionSet; in IMPL_LINK() 256 pSet = pSectionSet; in IMPL_LINK() 260 pSet = pSectionSet; in IMPL_LINK() 264 pSet = pPageSet; in IMPL_LINK() 268 pSet = pFrameSet; in IMPL_LINK() 274 pTabPage->FillItemSet(*pSet); in IMPL_LINK() 281 pSet = pSelectionSet; in IMPL_LINK() 283 pSet->Put(SwFmtFrmSize(ATT_VAR_SIZE, nWidth, nWidth)); in IMPL_LINK() 287 pSet = pSectionSet; in IMPL_LINK() [all …]
|
| /trunk/main/sd/source/ui/docshell/ |
| H A D | docshel4.cxx | 116 SfxItemSet* pSet = new SfxItemSet( GetPool(), in GetPrinter() local 131 pSet->Put( aPrintItem ); in GetPrinter() 132 …pSet->Put( SfxBoolItem( SID_PRINTER_NOTFOUND_WARN, aPrintItem.GetOptionsPrint().IsWarningPrinter()… in GetPrinter() 133 pSet->Put( aFlagItem ); in GetPrinter() 135 mpPrinter = new SfxPrinter(pSet); in GetPrinter() 321 SfxItemSet* pSet = rMedium.GetItemSet(); in Load() local 324 if( pSet ) in Load() 326 …if( ( SFX_ITEM_SET == pSet->GetItemState(SID_PREVIEW ) ) && ( (SfxBoolItem&) ( pSet->Get( SID_PRE… in Load() 331 if( SFX_ITEM_SET == pSet->GetItemState(SID_DOC_STARTPRESENTATION)&& in Load() 332 ( (SfxBoolItem&) ( pSet->Get( SID_DOC_STARTPRESENTATION ) ) ).GetValue() ) in Load() [all …]
|
| /trunk/main/connectivity/source/drivers/ado/ |
| H A D | AStatement.cxx | 271 ADORecordset* pSet = NULL; in execute() local 273 CHECK_RETURN(m_Command.Execute(m_RecordsAffected,m_Parameters,adCmdText,&pSet)) in execute() 275 assignRecordSet( pSet ); in execute() 316 OResultSet* pSet = new OResultSet(aSet,this); in executeQuery() 317 Reference< XResultSet > xRs = pSet; in executeQuery() 318 pSet->construct(); in executeQuery() 377 ADORecordset* pSet=NULL; in executeBatch() 382 pSet = NULL; in executeBatch() 384 if(m_RecordSet.NextRecordset(aRecordsAffected,&pSet) && pSet) in executeBatch() 386 assignRecordSet( pSet ); in executeBatch() [all …]
|
| /trunk/main/svl/source/items/ |
| H A D | sitem.cxx | 46 pSet(rSet.Clone(sal_True)) in DBG_NAME() 55 pSet(pS) in SfxSetItem() 65 pSet(rCopy.pSet->Clone(sal_True, pPool)) in SfxSetItem() 75 delete pSet; pSet = 0; in ~SfxSetItem() 84 return *pSet == *(((const SfxSetItem &)rCmp).pSet); in operator ==()
|
| /trunk/main/sw/source/core/text/ |
| H A D | atrstck.cxx | 148 const SfxItemSet* pSet = 0; in GetItemSet() local 152 pSet = static_cast<const SwFmtAutoFmt&>(rAttr).GetStyleHandle().get(); in GetItemSet() 162 pSet = &pFmt->GetAttrSet(); in GetItemSet() 166 return pSet; in GetItemSet() 180 const SfxItemSet* pSet = CharFmt::GetItemSet( rAttr.GetAttr() ); in GetItem() local 181 if ( !pSet ) return 0; in GetItem() 185 sal_Bool bRet = SFX_ITEM_SET == pSet->GetItemState( nWhich, bInParent, &pItem ); in GetItem() 479 const SfxItemSet* pSet = CharFmt::GetItemSet( rAttr.GetAttr() ); in PushAndChg() local 480 if ( !pSet ) return; in PushAndChg() 485 …sal_Bool bRet = SFX_ITEM_SET == pSet->GetItemState( i, rAttr.Which() != RES_TXTATR_AUTOFMT, &pItem… in PushAndChg() [all …]
|
| /trunk/main/sw/source/core/crsr/ |
| H A D | findattr.cxx | 343 const SfxItemSet* pSet = NULL; in SetAttrFwd() local 349 pSet = CharFmt::GetItemSet( rAttr.GetAttr() ); in SetAttrFwd() 350 if ( pSet ) in SetAttrFwd() 352 pIter = new SfxWhichIter( *pSet ); in SetAttrFwd() 355 SFX_ITEM_SET != pSet->GetItemState( nWhch, sal_True, &pTmpItem ) ) in SetAttrFwd() 475 SFX_ITEM_SET != pSet->GetItemState( nWhch, sal_True, &pTmpItem ) ) in SetAttrFwd() 505 const SfxItemSet* pSet = NULL; in SetAttrBwd() local 511 pSet = CharFmt::GetItemSet( rAttr.GetAttr() ); in SetAttrBwd() 512 if ( pSet ) in SetAttrBwd() 514 pIter = new SfxWhichIter( *pSet ); in SetAttrBwd() [all …]
|