/aoo42x/main/sfx2/inc/sfx2/ |
H A D | request.hxx | 93 bool bDeep = false, 95 const SfxPoolItem* GetArg( sal_uInt16 nSlotId, bool bDeep = false, TypeId aType = 0 ) const; 128 #define SFX_REQUEST_ARG(rReq, pItem, ItemType, nSlotId, bDeep) \ argument 130 rReq.GetArg( nSlotId, bDeep, TYPE(ItemType) ) 131 #define SFX_ITEMSET_ARG(pArgs, pItem, ItemType, nSlotId, bDeep) \ argument 133 SfxRequest::GetItem( pArgs, nSlotId, bDeep, TYPE(ItemType) )
|
H A D | tabdlg.hxx | 264 sal_uInt16 GetWhich( sal_uInt16 nSlot, sal_Bool bDeep = sal_True ) const in GetWhich() argument 265 { return pSet->GetPool()->GetWhich( nSlot, bDeep ); } in GetWhich() 266 …const SfxPoolItem* GetOldItem( const SfxItemSet& rSet, sal_uInt16 nSlot, sal_Bool bDeep = sal_Tru… 305 …static const SfxPoolItem* GetItem( const SfxItemSet& rSet, sal_uInt16 nSlot, sal_Bool bDeep = sal_…
|
/aoo42x/main/sw/source/filter/writer/ |
H A D | wrt_fn.cxx | 50 const SfxItemSet& rSet, sal_Bool bDeep, in Out_SfxItemSet() argument 58 if( !bDeep ) in Out_SfxItemSet() 67 if( !bDeep || !pSet->GetParent() ) in Out_SfxItemSet() 83 if( SFX_ITEM_SET == pSet->GetItemState( nWhich, bDeep, &pItem ) && in Out_SfxItemSet()
|
/aoo42x/main/svl/source/items/ |
H A D | itempool.cxx | 1058 sal_uInt16 SfxItemPool::GetWhich( sal_uInt16 nSlotId, sal_Bool bDeep ) const in GetWhich() 1077 if ( pSecondary && bDeep ) in GetWhich() 1084 sal_uInt16 SfxItemPool::GetSlotId( sal_uInt16 nWhich, sal_Bool bDeep ) const in GetSlotId() 1091 if ( pSecondary && bDeep ) in GetSlotId() 1109 sal_uInt16 SfxItemPool::GetTrueWhich( sal_uInt16 nSlotId, sal_Bool bDeep ) const in GetTrueWhich() 1128 if ( pSecondary && bDeep ) in GetTrueWhich() 1135 sal_uInt16 SfxItemPool::GetTrueSlotId( sal_uInt16 nWhich, sal_Bool bDeep ) const in GetTrueSlotId() 1142 if ( pSecondary && bDeep ) in GetTrueSlotId()
|
/aoo42x/main/oox/source/vml/ |
H A D | vmlshapecontainer.cxx | 90 const ShapeType* ShapeContainer::getShapeTypeById( const OUString& rShapeId, bool bDeep ) const in getShapeTypeById() 96 if( bDeep ) in getShapeTypeById() 103 const ShapeBase* ShapeContainer::getShapeById( const OUString& rShapeId, bool bDeep ) const in getShapeById() 109 if( bDeep ) in getShapeById()
|
/aoo42x/main/svl/inc/svl/ |
H A D | itempool.hxx | 251 sal_uInt16 GetWhich( sal_uInt16 nSlot, sal_Bool bDeep = sal_True ) const; 252 sal_uInt16 GetSlotId( sal_uInt16 nWhich, sal_Bool bDeep = sal_True ) const; 253 sal_uInt16 GetTrueWhich( sal_uInt16 nSlot, sal_Bool bDeep = sal_True ) const; 254 sal_uInt16 GetTrueSlotId( sal_uInt16 nWhich, sal_Bool bDeep = sal_True ) const;
|
H A D | itemset.hxx | 61 #define SFX_ITEMSET_GET( rSet, pItem, ItemType, nSlotId, bDeep ) \ argument 63 (rSet).GetItem( nSlotId, bDeep, TYPE(ItemType) ) 167 virtual int Set( const SfxItemSet&, sal_Bool bDeep = sal_True );
|
/aoo42x/main/sw/source/filter/html/ |
H A D | css1atr.cxx | 170 sal_Bool bDeep ); 179 sal_Bool bDeep ); 531 sal_Bool bDeep ) in OutCSS1_SfxItemSet() argument 534 Out_SfxItemSet( aCSS1AttrFnTab, *this, rItemSet, bDeep ); in OutCSS1_SfxItemSet() 556 if( SFX_ITEM_SET==rItemSet.GetItemState( RES_CHRATR_BLINK, bDeep, &pItem )) in OutCSS1_SfxItemSet() 565 OutCSS1_SvxFmtBreak_SwFmtPDesc_SvxFmtKeep( *this, rItemSet, bDeep ); in OutCSS1_SfxItemSet() 3237 sal_Bool bDeep ) in OutCSS1_SvxULSpace_SvxLRSpace() argument 3323 sal_Bool bDeep ) in OutCSS1_SvxFmtBreak_SwFmtPDesc_SvxFmtKeep() argument 3328 if( SFX_ITEM_SET==rItemSet.GetItemState( RES_BREAK, bDeep, &pItem )) in OutCSS1_SvxFmtBreak_SwFmtPDesc_SvxFmtKeep() 3336 SFX_ITEM_SET==rItemSet.GetItemState( RES_PAGEDESC, bDeep, &pItem )) in OutCSS1_SvxFmtBreak_SwFmtPDesc_SvxFmtKeep() [all …]
|
/aoo42x/main/sc/source/filter/ftools/ |
H A D | ftools.cxx | 205 bool ScfTools::CheckItem( const SfxItemSet& rItemSet, sal_uInt16 nWhichId, bool bDeep ) in CheckItem() argument 207 return rItemSet.GetItemState( nWhichId, bDeep ) == SFX_ITEM_SET; in CheckItem() 210 bool ScfTools::CheckItems( const SfxItemSet& rItemSet, const sal_uInt16* pnWhichIds, bool bDeep ) in CheckItems() argument 214 if( CheckItem( rItemSet, *pnWhichId, bDeep ) ) in CheckItems()
|
/aoo42x/main/sfx2/source/control/ |
H A D | request.cxx | 470 bool bDeep, // false: nicht in Parent-ItemSets suchen in GetArg() argument 474 return GetItem( pArgs, nSlotId, bDeep, aType ); in GetArg() 483 bool bDeep, // false: nicht in Parent-ItemSets suchen in GetItem() argument 531 if ( ( bDeep ? SFX_ITEM_AVAILABLE : SFX_ITEM_SET ) in GetItem() 532 <= pArgs->GetItemState( nWhich, bDeep, &pItem ) ) in GetItem()
|
/aoo42x/main/chart2/source/controller/chartapiwrapper/ |
H A D | ChartDataWrapper.cxx | 696 sal_Bool bDeep = sal_False; in applyData() local 704 xDiaProp->getPropertyValue( C2U("Deep")) >>= bDeep; in applyData() 743 if( bStacked || bPercent || bDeep ) in applyData() 746 if( bDeep ) in applyData()
|
/aoo42x/main/oox/inc/oox/vml/ |
H A D | vmlshapecontainer.hxx | 76 const ShapeType* getShapeTypeById( const ::rtl::OUString& rShapeId, bool bDeep ) const; 79 const ShapeBase* getShapeById( const ::rtl::OUString& rShapeId, bool bDeep ) const;
|
/aoo42x/main/sdext/source/pdfimport/tree/ |
H A D | pdfiprocessor.cxx | 915 void PDFIProcessor::sortDocument( bool bDeep ) in sortDocument() argument 921 sortElements( *it, bDeep ); in sortDocument() 969 void PDFIProcessor::sortElements( Element* pEle, bool bDeep ) in sortElements() argument 974 if( bDeep ) in sortElements() 979 sortElements( *it, bDeep ); in sortElements()
|
H A D | pdfiprocessor.hxx | 106 void sortElements( Element* pElement, bool bDeep = false ); 107 void sortDocument( bool bDeep = false );
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdview.cxx | 442 sal_Bool bDeep=pObj!=pHitObj && pHitObj->HasMacro(); in PickAnything() local 462 if (bDeep || bMid || bRoot) in PickAnything() 470 if (bDeep) bDeep=pHitObj->IsMacroHit(aHitRec); in PickAnything() 473 if (bRoot || bMid || bDeep) in PickAnything()
|
H A D | svdmrkv.cxx | 1382 sal_Bool SdrMarkView::MarkObj(const Point& rPnt, short nTol, sal_Bool bToggle, sal_Bool bDeep) in MarkObj() argument 1388 if (bDeep) nOptions=nOptions|SDRSEARCH_DEEP; in MarkObj() 1677 const bool bDeep(nOptions & SDRSEARCH_DEEP); in CheckSingleSdrObjectHit() local 1727 if (!bDeep && pRet!=NULL) in CheckSingleSdrObjectHit()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | tabdlg.cxx | 378 const SfxPoolItem* SfxTabPage::GetItem( const SfxItemSet& rSet, sal_uInt16 nSlot, sal_Bool bDeep ) in GetItem() argument 389 sal_uInt16 nWh = pPool->GetWhich( nSlot, bDeep ); in GetItem() 405 sal_uInt16 nSlot, sal_Bool bDeep ) in GetOldItem() argument 415 sal_uInt16 nWh = GetWhich( nSlot, bDeep ); in GetOldItem()
|
/aoo42x/main/avmedia/source/viewer/ |
H A D | mediawindow.cxx | 460 bool MediaWindow::isMediaURL( const ::rtl::OUString& rURL, bool bDeep, Size* pPreferredSizePixel ) in isMediaURL() argument 467 if( bDeep || pPreferredSizePixel ) in isMediaURL()
|
/aoo42x/main/svx/source/form/ |
H A D | navigatortree.cxx | 2190 void NavigatorTree::MarkViewObj(FmFormData* pFormData, sal_Bool bMark, sal_Bool bDeep ) in MarkViewObj() argument 2199 CollectObjects(pFormData,bDeep,aObjects); in MarkViewObj() 2239 …void NavigatorTree::CollectObjects(FmFormData* pFormData, sal_Bool bDeep, ::std::set< Reference< X… in CollectObjects() argument 2253 else if (bDeep && (pEntryData->ISA(FmFormData))) in CollectObjects() 2254 CollectObjects((FmFormData*)pEntryData,bDeep,_rObjects); in CollectObjects()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | ftools.hxx | 306 static bool CheckItem( const SfxItemSet& rItemSet, sal_uInt16 nWhichId, bool bDeep ); 310 …ic bool CheckItems( const SfxItemSet& rItemSet, const sal_uInt16* pnWhichIds, bool bDeep );
|
/aoo42x/main/sc/inc/ |
H A D | column.hxx | 307 …void MergeSelectionPattern( ScMergePatternState& rState, const ScMarkData& rMark, sal_Bool bDeep … 308 …void MergePatternArea( ScMergePatternState& rState, SCROW nRow1, SCROW nRow2, sal_Bool bDeep ) co…
|
/aoo42x/main/svx/source/inc/ |
H A D | fmexpl.hxx | 491 …void CollectObjects(FmFormData* pFormData, sal_Bool bDeep, ::std::set< ::com::sun::star::uno::Refe… 522 void MarkViewObj( FmFormData* pFormData, sal_Bool bMark, sal_Bool bDeep = sal_False );
|
/aoo42x/main/sw/source/filter/inc/ |
H A D | wrt_fn.hxx | 40 sal_Bool bDeep, sal_Bool bTstForDefault = sal_True );
|
/aoo42x/main/sc/source/core/data/ |
H A D | column.cxx | 278 …MergeSelectionPattern( ScMergePatternState& rState, const ScMarkData& rMark, sal_Bool bDeep ) const in MergeSelectionPattern() 290 pAttrArray->MergePatternArea( nTop, nBottom, rState, bDeep ); in MergeSelectionPattern() 296 …mn::MergePatternArea( ScMergePatternState& rState, SCROW nRow1, SCROW nRow2, sal_Bool bDeep ) const in MergePatternArea() 298 pAttrArray->MergePatternArea( nRow1, nRow2, rState, bDeep ); in MergePatternArea()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 899 …r::CheckItems( const XclExpRoot& rRoot, const SfxItemSet& rItemSet, sal_Int16 nScript, bool bDeep ) in CheckItems() argument 911 bool bUsed = ScfTools::CheckItems( rItemSet, pnCommonIds, bDeep ); in CheckItems() 921 …e ApiScriptType::LATIN: bUsed = ScfTools::CheckItems( rItemSet, pnLatinIds, bDeep ); break; in CheckItems() 922 …e ApiScriptType::ASIAN: bUsed = ScfTools::CheckItems( rItemSet, pnAsianIds, bDeep ); break; in CheckItems() 923 …e ApiScriptType::COMPLEX: bUsed = ScfTools::CheckItems( rItemSet, pnComplexIds, bDeep ); break; in CheckItems()
|