/aoo41x/main/sc/source/core/tool/ |
H A D | editutil.cxx | 267 pDefaults( NULL ), in ScEnginePoolHelper() 287 delete pDefaults; in ~ScEnginePoolHelper() 327 delete pDefaults; in SetDefaults() 352 delete pDefaults; in SetDefaults() 353 pDefaults = pSet; in SetDefaults() 355 if ( pDefaults ) in SetDefaults() 362 if ( !pDefaults ) in SetDefaultItem() 387 if ( pDefaults ) in SetText() 424 if ( pDefaults ) in SetText() 456 if ( pDefaults ) in RepeatDefaults() [all …]
|
/aoo41x/main/svl/source/items/ |
H A D | itempool.cxx | 184 if ( pDefaults ) in SfxItemPool() 185 SetDefaults(pDefaults); in SfxItemPool() 281 void SfxItemPool::SetDefaults( SfxPoolItem **pDefaults ) in SetDefaults() argument 284 DBG_ASSERT( pDefaults, "erst wollen, dann nichts geben..." ); in SetDefaults() 287 ppStaticDefaults = pDefaults; in SetDefaults() 340 SfxPoolItem** pDefaults, /* freizugebende statische Defaults */ in ReleaseDefaults() argument 364 DBG_ASSERT( pDefaults, "erst wollen, dann nichts geben..." ); in ReleaseDefaults() 368 SFX_ASSERT( IsStaticDefaultItem( *(pDefaults+n) ), in ReleaseDefaults() 370 (*( pDefaults + n ))->SetRefCount( 0 ); in ReleaseDefaults() 372 { delete *( pDefaults + n ); *(pDefaults + n) = 0; } in ReleaseDefaults() [all …]
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLStylesExportHelper.hxx | 171 void SetRowDefaults(const ScMyDefaultStyleList* pDefaults) { pRowDefaults = pDefaults; } in SetRowDefaults() argument 172 void SetColDefaults(const ScMyDefaultStyleList* pDefaults) { pColDefaults = pDefaults; } in SetColDefaults() argument 210 void SetRowDefaults(const ScMyDefaultStyleList* pDefaults) { pRowDefaults = pDefaults; } in SetRowDefaults() argument 211 void SetColDefaults(const ScMyDefaultStyleList* pDefaults) { pColDefaults = pDefaults; } in SetColDefaults() argument
|
H A D | XMLStylesExportHelper.cxx | 488 ScMyDefaultStyleList* pDefaults; in FillDefaultStyles() local 491 pDefaults = pRowDefaults; in FillDefaultStyles() 496 pDefaults = pColDefaults; in FillDefaultStyles() 529 (*pDefaults)[i].nIndex = nPrevIndex; in FillDefaultStyles() 530 (*pDefaults)[i].bIsAutoStyle = bPrevAutoStyle; in FillDefaultStyles() 542 (*pDefaults)[i].nIndex = nPrevIndex; in FillDefaultStyles() 543 (*pDefaults)[i].bIsAutoStyle = bPrevAutoStyle; in FillDefaultStyles() 547 (*pDefaults)[i].nIndex = nPrevIndex; in FillDefaultStyles() 548 (*pDefaults)[i].bIsAutoStyle = bPrevAutoStyle; in FillDefaultStyles() 551 (*pDefaults)[i].nRepeat = nRepeat; in FillDefaultStyles() [all …]
|
H A D | xmlexprt.cxx | 469 pDefaults(NULL), in ScXMLExport() 495 pDefaults = new ScMyDefaultStyles(); in ScXMLExport() 569 if (pDefaults) in ~ScXMLExport() 570 delete pDefaults; in ~ScXMLExport() 954 sal_Int32 nPrevIndex((*pDefaults->GetColDefaults())[nColumn].nIndex); in WriteColumn() 958 if (((*pDefaults->GetColDefaults())[i].nIndex != nPrevIndex) || in WriteColumn() 959 ((*pDefaults->GetColDefaults())[i].bIsAutoStyle != bPrevAutoStyle)) in WriteColumn() 962 nPrevIndex = (*pDefaults->GetColDefaults())[i].nIndex; in WriteColumn() 963 bPrevAutoStyle = (*pDefaults->GetColDefaults())[i].bIsAutoStyle; in WriteColumn() 1229 const ScMyDefaultStyleList& rRowDefaults = *pDefaults->GetRowDefaults(); in WriteRowStartTag() [all …]
|
H A D | xmlexprt.hxx | 96 ScMyDefaultStyles* pDefaults; member in ScXMLExport
|
/aoo41x/main/sc/inc/ |
H A D | editutil.hxx | 101 SfxItemSet* pDefaults; member in ScEnginePoolHelper 131 void SetDefaults( SfxItemSet* pDefaults, sal_Bool bTakeOwnership = sal_True ); 148 SfxItemSet* pDefaults, sal_Bool bTakeOwnership = sal_True ); 157 SfxItemSet* pDefaults, sal_Bool bTakeOwnership = sal_True );
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen8.cxx | 673 SfxItemSet* pDefaults = NULL; in OnlineSpellInRange() local 721 pDefaults = new SfxItemSet( pEngine->GetEmptyItemSet() ); in OnlineSpellInRange() 729 pPattern->FillEditItemSet( pDefaults ); in OnlineSpellInRange() 730 pEngine->SetDefaults( pDefaults, sal_False ); //! noetig ? in OnlineSpellInRange() 817 delete pDefaults; in OnlineSpellInRange() 1529 SfxItemSet* pDefaults = new SfxItemSet( pEngine->GetEmptyItemSet() ); in TransliterateText() local 1530 pPattern->FillEditItemSet( pDefaults ); in TransliterateText() 1531 pEngine->SetDefaults( pDefaults, sal_True ); in TransliterateText()
|
/aoo41x/main/fpicker/source/aqua/ |
H A D | SalAquaPicker.cxx | 125 NSUserDefaults *pDefaults = [NSUserDefaults standardUserDefaults]; in implInitialize() local 126 NSNumber *pExtn = [pDefaults objectForKey:kSetHideExtensionStateKey]; in implInitialize() 129 [pDefaults setBool:YES forKey:kSetHideExtensionStateKey]; in implInitialize()
|
/aoo41x/main/svl/inc/svl/ |
H A D | itempool.hxx | 165 SfxPoolItem **pDefaults = 0, 181 void SetDefaults( SfxPoolItem **pDefaults ); 183 …static void ReleaseDefaults( SfxPoolItem **pDefaults, sal_uInt16 nCount, sal_Bool bDelete = s…
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdetc.cxx | 82 pDefaults(NULL), in SdrGlobalData() 97 delete pDefaults; in ~SdrGlobalData() 607 if (rGlobalData.pDefaults==NULL) { in GetDefaults() 608 rGlobalData.pDefaults=new SdrEngineDefaults; in GetDefaults() 610 return *rGlobalData.pDefaults; in GetDefaults()
|
/aoo41x/main/reportdesign/source/ui/misc/ |
H A D | UITools.cxx | 658 SfxPoolItem* pDefaults[] = in openCharDialog() local 704 …OSL_ASSERT((sizeof(pDefaults)/sizeof(pDefaults[0])) == (sizeof(aItemInfos)/sizeof(aItemInfos[0]))); in openCharDialog() 712 …eateFromAscii("ReportCharProperties"), ITEMID_FONT,ITEMID_WEIGHT_COMPLEX, aItemInfos, pDefaults) ); in openCharDialog() 741 for (sal_uInt16 i=0; i<sizeof(pDefaults)/sizeof(pDefaults[0]); ++i) in openCharDialog() 742 delete pDefaults[i]; in openCharDialog()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | UITools.cxx | 1138 SfxPoolItem* pDefaults[] = in callColumnFormatDialog() local 1147 …("GridBrowserProperties"), SBA_DEF_RANGEFORMAT, SBA_ATTR_ALIGN_HOR_JUSTIFY, aItemInfos, pDefaults); in callColumnFormatDialog() 1219 for (sal_uInt16 i=0; i<sizeof(pDefaults)/sizeof(pDefaults[0]); ++i) in callColumnFormatDialog() 1220 delete pDefaults[i]; in callColumnFormatDialog()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 2411 SfxPoolItem* pDefaults[] = in openPageDialog() local 2430 …reateFromAscii("ReportPageProperties"), RPTUI_ID_LRSPACE,RPTUI_ID_METRIC, aItemInfos, pDefaults) ); in openPageDialog() 2531 for (sal_uInt16 i=0; i<sizeof(pDefaults)/sizeof(pDefaults[0]); ++i) in openPageDialog() 2532 delete pDefaults[i]; in openPageDialog() 4257 SfxPoolItem* pDefaults[] = in openZoomDialog() local 4266 …l(String::CreateFromAscii("ZoomProperties"), SID_ATTR_ZOOM,SID_ATTR_ZOOM, aItemInfos, pDefaults) ); in openZoomDialog() 4298 for (sal_uInt16 i=0; i<sizeof(pDefaults)/sizeof(pDefaults[0]); ++i) in openZoomDialog() 4299 delete pDefaults[i]; in openZoomDialog()
|
/aoo41x/main/svx/inc/svx/ |
H A D | xit.hxx | 80 … SvxCompareValueFunc pCompareValueFunc, sal_uInt16 nPrefixResId, XPropertyList* pDefaults = NULL );
|
H A D | svdetc.hxx | 312 SdrEngineDefaults* pDefaults; member in SdrGlobalData
|
/aoo41x/main/svx/source/table/ |
H A D | cell.cxx | 1624 Any* pDefaults = aDefaults.getArray(); in getPropertyDefaults() local 1628 *pDefaults++ = getPropertyDefault( *pName++ ); in getPropertyDefaults()
|
/aoo41x/main/svx/source/xoutdev/ |
H A D | xattr.cxx | 237 …Pool2*/, SvxCompareValueFunc pCompareValueFunc, sal_uInt16 nPrefixResId, XPropertyList* pDefaults ) in CheckNamedItem() argument 280 if( pDefaults ) in CheckNamedItem() 282 const int nCount = pDefaults->Count(); in CheckNamedItem() 286 XPropertyEntry* pEntry = pDefaults->Get( nIndex ); in CheckNamedItem()
|
/aoo41x/main/editeng/source/uno/ |
H A D | unotext.cxx | 1369 uno::Any* pDefaults = ret.getArray(); in getPropertyDefaults() local 1371 …r( const OUString* pName = aPropertyNames.getConstArray(); nCount; pName++, nCount--, pDefaults++ ) in getPropertyDefaults() 1373 *pDefaults = getPropertyDefault( *pName ); in getPropertyDefaults()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | formcomponenthandler.cxx | 2860 SfxPoolItem** pDefaults = NULL; in impl_executeFontDialog_nothrow() local 2861 ControlCharacterDialog::createItemSet(pSet, pPool, pDefaults); in impl_executeFontDialog_nothrow() 2881 ControlCharacterDialog::destroyItemSet(pSet, pPool, pDefaults); in impl_executeFontDialog_nothrow()
|