Home
last modified time | relevance | path

Searched refs:pFormats (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Dafmtuno.cxx221 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 …]
/trunk/main/forms/source/misc/
H A Dlimitedformats.cxx266 (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 …]
/trunk/main/cui/source/dialogs/
H A Dpastedlg.cxx136 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()
/trunk/main/cui/source/inc/
H A Dpastedlg.hxx87 const DataFlavorExVector* pFormats=0,
/trunk/main/sfx2/inc/sfx2/
H A Dsfxdlg.hxx94 const DataFlavorExVector* pFormats=0,
/trunk/main/sd/source/ui/view/
H A Ddrviews7.cxx196 ::std::auto_ptr<SvxClipboardFmtItem> pFormats (GetSupportedClipboardFormats(aDataHelper)); in IMPL_LINK()
199 mpCurrentClipboardFormats = pFormats; in IMPL_LINK()
/trunk/main/cui/source/factory/
H A Ddlgfact.cxx416 const DataFlavorExVector* pFormats, in GetFormat() argument
419 return pDlg->GetFormat( aHelper, pFormats, pDesc ); in GetFormat()
H A Ddlgfact.hxx532 const DataFlavorExVector* pFormats=0,

Completed in 47 milliseconds