Searched refs:pFormats (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/sc/source/ui/unoobj/ ! |
| H A D | afmtuno.cxx | 220 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 D | limitedformats.cxx | 214 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 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()
|
| /trunk/main/cui/source/inc/ ! |
| H A D | pastedlg.hxx | 87 const DataFlavorExVector* pFormats=0,
|
| /trunk/main/sfx2/inc/sfx2/ ! |
| H A D | sfxdlg.hxx | 94 const DataFlavorExVector* pFormats=0,
|
| /trunk/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,
|
| /trunk/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()
|