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.cxx220 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in GetObjectByIndex_Impl() local
221 if (pFormats && nIndex < pFormats->GetCount()) in GetObjectByIndex_Impl()
229 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in GetObjectByName_Impl() local
230 if (pFormats) in GetObjectByName_Impl()
234 if (lcl_FindAutoFormatIndex( *pFormats, aString, nIndex )) in GetObjectByName_Impl()
256 ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); in insertByName() local
259 if (pFormats && !lcl_FindAutoFormatIndex( *pFormats, aNameStr, nDummy )) in insertByName()
264 if (pFormats->Insert( pNew )) in insertByName()
267 pFormats->Save(); // sofort speichern in insertByName()
270 if (lcl_FindAutoFormatIndex( *pFormats, aNameStr, nNewIndex )) in insertByName()
[all …]
/trunk/main/forms/source/misc/ !
H A Dlimitedformats.cxx214 const FormatEntry* pFormats = lcl_getFormatTable(_nTableId); in clearTable() local
215 FormatEntry* pResetLoop = const_cast<FormatEntry*>(pFormats); in clearTable()
261 const FormatEntry* pFormats = lcl_getFormatTable(m_nTableId); in getFormatKeyPropertyValue() local
266 (NULL != pFormats->pDescription) && (nLookup < nValue); in getFormatKeyPropertyValue()
267 ++pFormats, ++nLookup in getFormatKeyPropertyValue()
270 …OSL_ENSURE(NULL != pFormats->pDescription, "OLimitedFormats::getFormatKeyPropertyValue: did not fi… in getFormatKeyPropertyValue()
271 if (pFormats->pDescription) in getFormatKeyPropertyValue()
272 _rValue <<= pFormats->nKey; in getFormatKeyPropertyValue()
296 const FormatEntry* pFormats = lcl_getFormatTable(m_nTableId); in convertFormatKeyPropertyValue() local
304 (NULL != pFormats->pDescription) && (nNewFormat != 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/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,
/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()