Home
last modified time | relevance | path

Searched refs:pSet (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/trunk/main/vcl/source/window/
H A Dsplitwin.cxx321 return pSet; in ImplFindSet()
471 delete pSet; in ImplDeleteSet()
1058 if ( pSet ) in ImplDrawBack()
1060 if ( pSet->mpBitmap || pSet->mpWallpaper ) in ImplDrawBack()
1724 pSet = ImplFindItem( mpMainSet, pSet->mnId, nPos ); in ImplUpdateSet()
2986 memmove( pSet->mpItems+nPos, pSet->mpItems+nPos+1, in MoveItem()
3036 memmove( pSet->mpItems+nPos, pSet->mpItems+nPos+1, in RemoveItem()
3179 if ( pSet && pSet->mpWallpaper ) in GetItemBackground()
3194 if ( pSet && pSet->mpWallpaper ) in IsItemBackground()
3246 if ( pSet && pSet->mpBitmap ) in GetItemBitmap()
[all …]
/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx234 RTFPardPlain( sal_True, &pSet ); in ReadAttr()
278 pSet = &pAkt->aAttrSet; in ReadAttr()
400 pSet->Put( aLR ); in ReadAttr()
417 pSet->Put( aLR ); in ReadAttr()
434 pSet->Put( aLR ); in ReadAttr()
450 pSet->Put( aUL ); in ReadAttr()
466 pSet->Put( aUL ); in ReadAttr()
495 pSet->Put( aLSpace ); in ReadAttr()
533 pSet->Put(aLSpace); in ReadAttr()
857 pSet->Put( aUL ); in ReadAttr()
[all …]
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1138 void update( STLPropertySet* pSet );
1865 void update( STLPropertySet* pSet );
1888 : TabPage( pParent, rResId ), mpSet( pSet ) in CustomAnimationDurationTabPage()
1916 pSet->getPropertyValue( nHandleStart ) >>= nStart; in CustomAnimationDurationTabPage()
1929 pSet->getPropertyValue( nHandleBegin ) >>= fBegin; in CustomAnimationDurationTabPage()
2001 aEnd = pSet->getPropertyValue( nHandleEnd ); in CustomAnimationDurationTabPage()
2157 pSet->setPropertyValue( nHandleEnd, aEnd ); in update()
2243 void update( STLPropertySet* pSet );
2269 mpSet( pSet ), in CustomAnimationTextAnimTabPage()
2491 STLPropertySet* pSet = new STLPropertySet(); in createDefaultSet() local
[all …]
H A DCustomAnimationPane.cxx1120 switch( pSet->getPropertyState( nHandle ) ) in addValue()
1127 if( rValue != pSet->getPropertyValue( nHandle ) ) in addValue()
1128 pSet->setPropertyState( nHandle, STLPropertyState_AMBIGUOUS ); in addValue()
1132 pSet->setPropertyValue( nHandle, rValue ); in addValue()
1358 addValue( pSet, nHandleDimColor, pEffect->getDimColor() ); in createSelectionSet()
1373 addValue( pSet, nHandleEnd, pEffect->getEnd() ); in createSelectionSet()
1394 addValue( pSet, nHandleSoundURL, aSoundSource ); in createSelectionSet()
1425 addValue( pSet, nHandleProperty1Type, makeAny( nType ) ); in createSelectionSet()
1448 return pSet; in createSelectionSet()
1853 STLPropertySet* pSet = createSelectionSet(); in showOptions() local
[all …]
/trunk/main/sfx2/source/dialog/
H A Dtabdlg.cxx148 delete pSet; in ~SfxTabDialogController()
171 pSet = pDialog->pSet = pSetItem->GetItemSet().Clone(); in StateChanged()
691 if ( pSet ) in Init_Impl()
1117 SfxItemSet aTmp( *pSet->GetPool(), pSet->GetRanges() ); in Ok()
1217 if ( pSet ) in PrepareLeaveCurrentPage()
1219 SfxItemSet aTmp( *pSet->GetPool(), pSet->GetRanges() ); in PrepareLeaveCurrentPage()
1427 if ( pSet ) in IMPL_LINK()
1535 if ( pSet ) in IMPL_LINK()
1537 SfxItemSet aTmp( *pSet->GetPool(), pSet->GetRanges() ); in IMPL_LINK()
1699 if ( pSet ) in GetInputRanges()
[all …]
/trunk/main/sc/source/core/data/
H A Dstlpool.cxx260 SfxItemSet* pSet = NULL; in CreateStandardStyles() local
291 pSet = &pSheet->GetItemSet(); in CreateStandardStyles()
326 pSet = &pSheet->GetItemSet(); in CreateStandardStyles()
357 pSet = &pSheet->GetItemSet(); in CreateStandardStyles()
373 pSet = &pSheet->GetItemSet(); in CreateStandardStyles()
388 pSet = &pSheet->GetItemSet(); in CreateStandardStyles()
407 pSet->Put( *pHeaderItem ); in CreateStandardStyles()
422 pSet->Put( *pFooterItem ); in CreateStandardStyles()
432 pSet = &pSheet->GetItemSet(); in CreateStandardStyles()
479 pSet->Put( *pHeaderItem ); in CreateStandardStyles()
[all …]
H A Dstlsheet.cxx152 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()
229pSet->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 Diconcdlg.cxx252 if ( pSet ) in IconChoiceDialog()
255 pOutSet = new SfxItemSet( *pSet->GetPool(), pSet->GetRanges() ); in IconChoiceDialog()
776 if ( pSet ) in ActivatePageImpl()
836 if ( pSet ) in DeActivatePageImpl()
838 SfxItemSet aTmp( *pSet->GetPool(), pSet->GetRanges() ); in DeActivatePageImpl()
917 if ( pSet ) in GetInputRanges()
981 pSet = pInSet; in SetInputSet()
986 pOutSet = new SfxItemSet( *pSet->GetPool(), pSet->GetRanges() ); in SetInputSet()
1140 if ( pSet ) in OK_Impl()
1142 SfxItemSet aTmp( *pSet->GetPool(), pSet->GetRanges() ); in OK_Impl()
[all …]
H A Dcuicharmap.cxx62 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()
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()
155 pSet->Put( SfxStringItem( pPool->GetWhich(SID_CHARMAP), GetCharacters() ) ); in Execute()
156 pSet->Put( SvxFontItem( rFont.GetFamily(), rFont.GetName(), in Execute()
[all …]
/trunk/main/vcl/unx/gtk/a11y/
H A Datktext.cxx486 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()
608 if( pSet ) in text_wrapper_get_run_attributes()
611 pSet = NULL; in text_wrapper_get_run_attributes()
615 return pSet; in text_wrapper_get_run_attributes()
639 if( pSet ) in text_wrapper_get_default_attributes()
642 pSet = NULL; in text_wrapper_get_default_attributes()
[all …]
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx166 return pSet; in FcObjectSetBuild()
170 { m_pFcObjectSetDestroy( pSet ); } in FcObjectSetDestroy()
196 void FcCharSetDestroy( FcCharSet* pSet ) in FcCharSetDestroy() argument
197 { m_pFcCharSetDestroy( pSet );} in FcCharSetDestroy()
200 { m_pFcFontSetDestroy( pSet );} in FcFontSetDestroy()
1046 FcFontSet* pSet = NULL; in Substitute() local
1055 if( pSet ) in Substitute()
1057 if( pSet->nfont > 0 ) in Substitute()
1104 rWrapper.FcFontSetDestroy( pSet ); in Substitute()
1150 if( pSet->nfont > 0 ) in getFontOptions()
[all …]
/trunk/main/sw/source/ui/dialog/
H A Dregionsw.cxx74 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()
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()
159 pSet->GetItemState(FN_PARAM_REGION_CONDITION, sal_True, &pItem)) in InsertRegionDialog()
164 pSet->GetItemState(FN_PARAM_1, sal_True, &pItem)) in InsertRegionDialog()
168 pSet->GetItemState(FN_PARAM_3, sal_True, &pItem)) in InsertRegionDialog()
[all …]
/trunk/main/sw/source/filter/writer/
H A Dwrt_fn.cxx55 const SfxItemSet* pSet = &rSet; in Out_SfxItemSet() local
56 if( !pSet->Count() ) // Optimierung - leere Sets in Out_SfxItemSet()
60 while( 0 != ( pSet = pSet->GetParent() ) && !pSet->Count() ) in Out_SfxItemSet()
62 if( !pSet ) in Out_SfxItemSet()
67 if( !bDeep || !pSet->GetParent() ) in Out_SfxItemSet()
70 SfxItemIter aIter( *pSet ); in Out_SfxItemSet()
79 SfxWhichIter aIter( *pSet ); in Out_SfxItemSet()
83 if( SFX_ITEM_SET == pSet->GetItemState( nWhich, bDeep, &pItem ) && in Out_SfxItemSet()
86 || ( pSet->GetParent() && in Out_SfxItemSet()
87 *pItem != pSet->GetParent()->Get( nWhich )) in Out_SfxItemSet()
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx570 if( !pSet ) in ReadFly()
572 pSet = &aSet; in ReadFly()
641 pSet->Put( aUL ); in ReadFly()
642 pSet->Put( aLR ); in ReadFly()
650 pSet->Put( aLR ); in ReadFly()
657 pSet->Put( aUL ); in ReadFly()
911 pSet->Put( aUL ); in ReadFly()
913 pSet->Put( aLR ); in ReadFly()
944 pSet->Put( aHori ); in ReadFly()
945 pSet->Put( aVert ); in ReadFly()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx615 if (pSet==NULL) return sal_False; in IsItemIneffective()
630 if (ImpGetItem(*pSet,XATTR_LINESTYLE,pItem)) { in IsItemIneffective()
658 if (ImpGetItem(*pSet,XATTR_FILLSTYLE,pItem)) { in IsItemIneffective()
679 if (ImpGetItem(*pSet,XATTR_FILLSTYLE,pItem)) { in IsItemIneffective()
774 if (ImpGetItem(*pSet,SDRATTR_SHADOW,pItem)) { in IsItemIneffective()
847 if (ImpGetItem(*pSet,SDRATTR_EDGEKIND,pItem)) { in IsItemIneffective()
867 if (ImpGetItem(*pSet,SDRATTR_CIRCKIND,pItem)) { in IsItemIneffective()
928 if (pSet!=NULL) { in SetAttributes()
931 SfxWhichIter aIter(*pSet); in SetAttributes()
932 const SfxItemPool* pPool=pSet->GetPool(); in SetAttributes()
[all …]
/trunk/main/idl/source/cmptools/
H A Dchar.cxx86 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 Dtextsh1.cxx191 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()
1022 if ( pSet ) in Execute()
1024 rReq.Done( *pSet ); in Execute()
[all …]
/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx655 if ( pSet ) in CloseInStream_Impl()
666 if ( pSet ) in CloseInStream_Impl()
722 if ( pSet ) in CloseOutStream_Impl()
2700 pSet(0), in SfxMedium()
2741 if ( pSet ) in GetAuthenticationInteractionHandler()
2775 if ( pSet ) in GetInteractionHandler()
3056 if ( pSet ) in CloseStreams_Impl()
3236 pSet(0), in SfxMedium()
3295 pSet(0), in SfxMedium()
3314 pSet(0), in SfxMedium()
[all …]
H A Dobjstor.cxx208 if ( pSet ) in GetEncryptionData_Impl()
1128 const SfxItemSet* pSet in SaveTo_Impl() argument
2653 pSet->ClearItem( SID_VERSION ); in DoSave_Impl()
2855 pSet->ClearItem( SID_PATH ); in CommonSaveAs_Impl()
2859 pSet->ClearItem( SID_REFERER ); in CommonSaveAs_Impl()
2860 pSet->ClearItem( SID_POSTDATA ); in CommonSaveAs_Impl()
2861 pSet->ClearItem( SID_TEMPLATE ); in CommonSaveAs_Impl()
2864 pSet->ClearItem( SID_CHARSET ); in CommonSaveAs_Impl()
2866 pSet->ClearItem( SID_OPTIONS ); in CommonSaveAs_Impl()
2868 pSet->ClearItem( SID_VERSION ); in CommonSaveAs_Impl()
[all …]
/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx249 SfxItemSet* pSet = 0; in IMPL_LINK() local
256 pSet = pSectionSet; in IMPL_LINK()
260 pSet = pSectionSet; in IMPL_LINK()
264 pSet = pPageSet; in IMPL_LINK()
268 pSet = pFrameSet; in IMPL_LINK()
292 pSet = pPageSet; in IMPL_LINK()
296 pSet = pFrameSet; in IMPL_LINK()
300 sal_Bool bIsSection = pSet == pSectionSet || pSet == pSelectionSet; in IMPL_LINK()
305 if( pSet ) in IMPL_LINK()
330 pSet = pPageSet; in IMPL_LINK()
[all …]
/trunk/main/sd/source/ui/docshell/
H A Ddocshel4.cxx116 SfxItemSet* pSet = new SfxItemSet( GetPool(), in GetPrinter() local
131 pSet->Put( aPrintItem ); 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()
444 if( pSet ) in LoadFrom()
469 SfxItemSet* pSet = rMedium.GetItemSet(); in ConvertFrom() local
470 if( pSet ) in ConvertFrom()
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx271 ADORecordset* pSet = NULL; in execute() local
275 assignRecordSet( pSet ); in execute()
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()
407 ADORecordset* pSet = NULL; in executeUpdate() local
464 ADORecordset* pSet=NULL; in getMoreResults() local
466 if(m_RecordSet.IsValid() && m_RecordSet.NextRecordset(aRecordsAffected,&pSet) && pSet) in getMoreResults()
[all …]
/trunk/main/svl/source/items/
H A Dsitem.cxx46 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 Datrstck.cxx148 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()
479 const SfxItemSet* pSet = CharFmt::GetItemSet( rAttr.GetAttr() ); in PushAndChg() local
480 if ( !pSet ) return; in PushAndChg()
563 const SfxItemSet* pSet = CharFmt::GetItemSet( rAttr.GetAttr() ); in PopAndChg() local
564 if ( !pSet ) return; in PopAndChg()
[all …]
/trunk/main/sw/source/core/crsr/
H A Dfindattr.cxx343 const SfxItemSet* pSet = NULL; in SetAttrFwd() local
350 if ( pSet ) in SetAttrFwd()
352 pIter = new SfxWhichIter( *pSet ); in SetAttrFwd()
505 const SfxItemSet* pSet = NULL; in SetAttrBwd() local
512 if ( pSet ) in SetAttrBwd()
514 pIter = new SfxWhichIter( *pSet ); in SetAttrBwd()
1090 const SfxItemSet *pSet, *pReplSet; member
1114 !pSet->Count() ); in Find()
1166 else if( !pSet->Count() ) in Find()
1254 if( !pSet->Count() ) in Find()
[all …]

Completed in 210 milliseconds

12345678910>>...12