Searched refs:pFormats (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | afmtuno.cxx | 221 if (pFormats && nIndex < pFormats->GetCount()) in GetObjectByIndex_Impl() 230 if (pFormats) in GetObjectByName_Impl() 316 if (pFormats && lcl_FindAutoFormatIndex( *pFormats, aNameStr, nIndex )) in removeByName() 344 if (pFormats) in getCount() 391 if (pFormats) in getElementNames() 412 if (pFormats) in hasByName() 438 if ( pFormats && pFormats->IsSaveLater() ) in ~ScAutoFormatObj() 439 pFormats->Save(); in ~ScAutoFormatObj() 561 if (pFormats && IsInserted() && nFormatIndex < pFormats->GetCount()) in getName() 627 if (pFormats && IsInserted() && nFormatIndex < pFormats->GetCount()) in setPropertyValue() [all …]
|
/aoo42x/main/forms/source/misc/ |
H A D | limitedformats.cxx | 266 (NULL != pFormats->pDescription) && (nLookup < nValue); in getFormatKeyPropertyValue() 267 ++pFormats, ++nLookup in getFormatKeyPropertyValue() 271 if (pFormats->pDescription) in getFormatKeyPropertyValue() 272 _rValue <<= pFormats->nKey; in getFormatKeyPropertyValue() 304 (NULL != pFormats->pDescription) && (nNewFormat != pFormats->nKey); in convertFormatKeyPropertyValue() 305 ++pFormats, ++nTablePosition in convertFormatKeyPropertyValue() 309 _rOldValue <<= pFormats->nKey; in convertFormatKeyPropertyValue() 312 sal_Bool bFoundIt = (NULL != pFormats->pDescription); in convertFormatKeyPropertyValue() 323 while (pFormats->pDescription) in convertFormatKeyPropertyValue() 327 _rOldValue <<= pFormats->nKey; in convertFormatKeyPropertyValue() [all …]
|
/aoo42x/main/cui/source/dialogs/ |
H A D | pastedlg.cxx | 136 const DataFlavorExVector* pFormats, in GetFormat() argument 144 if ( !pFormats ) in GetFormat() 145 pFormats = &rHelper.GetDataFlavorExVector(); in GetFormat() 154 DataFlavorExVector::iterator aIter( ((DataFlavorExVector&)*pFormats).begin() ), in GetFormat() 155 aEnd( ((DataFlavorExVector&)*pFormats).end() ); in GetFormat()
|
/aoo42x/main/cui/source/inc/ |
H A D | pastedlg.hxx | 87 const DataFlavorExVector* pFormats=0,
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | sfxdlg.hxx | 94 const DataFlavorExVector* pFormats=0,
|
/aoo42x/main/sd/source/ui/view/ |
H A D | drviews7.cxx | 196 ::std::auto_ptr<SvxClipboardFmtItem> pFormats (GetSupportedClipboardFormats(aDataHelper)); in IMPL_LINK() 199 mpCurrentClipboardFormats = pFormats; in IMPL_LINK()
|
/aoo42x/main/cui/source/factory/ |
H A D | dlgfact.cxx | 416 const DataFlavorExVector* pFormats, in GetFormat() argument 419 return pDlg->GetFormat( aHelper, pFormats, pDesc ); in GetFormat()
|
H A D | dlgfact.hxx | 532 const DataFlavorExVector* pFormats=0,
|
Completed in 59 milliseconds