Home
last modified time | relevance | path

Searched refs:pEntry (Results 276 – 300 of 485) sorted by relevance

1...<<11121314151617181920

/trunk/main/svx/source/inc/
H A Dfmexpl.hxx230 void AddItem(FmEntryData* pEntry) { m_arredToSelect.Insert(pEntry); } in AddItem() argument
526 sal_Bool IsFormEntry( SvLBoxEntry* pEntry );
527 sal_Bool IsFormComponentEntry( SvLBoxEntry* pEntry );
534 virtual sal_Bool EditedEntry( SvLBoxEntry* pEntry, const XubString& rNewText );
535 virtual sal_Bool Select( SvLBoxEntry* pEntry, sal_Bool bSelect=sal_True );
536 virtual sal_Bool EditingEntry( SvLBoxEntry* pEntry, Selection& );
/trunk/main/sal/osl/unx/
H A Dfile_misc.cxx267 struct dirent* pEntry; in osl_getNextDirectoryItem() local
275 pEntry = osl_readdir_impl_(pDirImpl->pDirStruct, sal_True); in osl_getNextDirectoryItem()
277 if (NULL == pEntry) in osl_getNextDirectoryItem()
286 …CFStringAppendCString( strRef, pEntry->d_name, kCFStringEncodingUTF8 ); //UTF8 is default on Mac O… in osl_getNextDirectoryItem()
295 rtl_string2UString( &ustrFileName, pEntry->d_name, strlen( pEntry->d_name ), in osl_getNextDirectoryItem()
310 pImpl = new DirectoryItem_Impl(ustrFilePath, pEntry->d_type); in osl_getNextDirectoryItem()
/trunk/main/unotools/source/config/
H A Dcmdoptions.cxx110 CommandHashMap::const_iterator pEntry = m_aCommandHashMap.find( aCmd ); in Lookup() local
111 return ( pEntry != m_aCommandHashMap.end() ); in Lookup()
133 CommandHashMap::const_iterator pEntry = m_aCommandHashMap.begin(); in GetList() local
134 while ( pEntry != m_aCommandHashMap.end() ) in GetList()
135 aList[nIndex++] = pEntry->first; in GetList()
/trunk/main/sfx2/inc/
H A Ddocvor.hxx70 virtual sal_Bool EditingEntry( SvLBoxEntry* pEntry, Selection & );
71 virtual sal_Bool EditedEntry( SvLBoxEntry* pEntry, const String& rNewText );
80 virtual sal_Bool Select( SvLBoxEntry* pEntry, sal_Bool bSelect=sal_True );
126 SvLBoxEntry* pParent, SvLBoxEntry* pEntry = 0 ) const;
/trunk/main/sc/source/ui/view/
H A Ddrawvie3.cxx167 String* pEntry = aTargetList.First(); in UpdateIMap() local
168 while( pEntry ) in UpdateIMap()
170 delete pEntry; in UpdateIMap()
171 pEntry = aTargetList.Next(); in UpdateIMap()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx327 const SfxItemPropertySimpleEntry* pEntry = maPropSet.getPropertyMapEntry(aPropertyName); in setPropertyValue() local
329 if( pEntry && ((pEntry->nFlags & PropertyAttribute::READONLY) != 0) ) in setPropertyValue()
335 switch( pEntry ? pEntry->nWID : -1 ) in setPropertyValue()
608 const SfxItemPropertySimpleEntry* pEntry = maPropSet.getPropertyMapEntry(PropertyName); in getPropertyValue() local
610 switch( pEntry ? pEntry->nWID : -1 ) in getPropertyValue()
/trunk/main/cui/source/dialogs/
H A Dthesdlg_impl.hxx130 SvLBoxEntry* pEntry, sal_uInt16 nFlags, const String& rStr );
132 virtual void Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEntry);
156 void SetExtraData( const SvLBoxEntry *pEntry, const AlternativesExtraData &rData );
157 AlternativesExtraData * GetExtraData( const SvLBoxEntry *pEntry );
/trunk/main/svx/inc/svx/
H A Dunopool.hxx63 …virtual void _setPropertyToDefault( const comphelper::PropertyMapEntry* pEntry ) throw(::com::sun…
64 …virtual ::com::sun::star::uno::Any _getPropertyDefault( const comphelper::PropertyMapEntry* pEntry
84 …virtual void getAny( SfxItemPool* pPool, const comphelper::PropertyMapEntry* pEntry, ::com::sun::s…
85 …virtual void putAny( SfxItemPool* pPool, const comphelper::PropertyMapEntry* pEntry, const ::com::…
/trunk/main/cui/source/tabpages/
H A Dnumfmt.cxx909 String* pEntry; in FillFormatListBox_Impl() local
938 pEntry=rEntries[0]; in FillFormatListBox_Impl()
939 if(pEntry!=NULL) in FillFormatListBox_Impl()
942 aTmpString=*pEntry; in FillFormatListBox_Impl()
957 pEntry = rEntries[i]; in FillFormatListBox_Impl()
962 String aPreviewString( GetExpColorString( pPreviewColor, *pEntry, aPrivCat ) ); in FillFormatListBox_Impl()
968 aLbFormat.InsertFontEntry(*pEntry,aFont); in FillFormatListBox_Impl()
1881 XubString* pEntry = NULL; in FillCurrencyBox() local
1889 pEntry=aList[i]; in FillCurrencyBox()
1890 nPos=aLbCurrency.InsertEntry( *pEntry); in FillCurrencyBox()
H A Dtplnedef.cxx590 XDashEntry* pEntry; in IMPL_LINK() local
630 pEntry = new XDashEntry( aDash, aName ); in IMPL_LINK()
633 maDashList->Insert( pEntry, nDashCount ); in IMPL_LINK()
634 aLbLineStyles.Append( *pEntry, maDashList->GetUiBitmap( nDashCount ) ); in IMPL_LINK()
711 XDashEntry* pEntry = new XDashEntry( aDash, aName ); in IMPL_LINK() local
713 delete maDashList->Replace( pEntry, nPos ); in IMPL_LINK()
714 aLbLineStyles.Modify( *pEntry, nPos, maDashList->GetUiBitmap( nPos ) ); in IMPL_LINK()
/trunk/main/sw/source/core/unocore/
H A Dunosrch.cxx590 …const SfxItemPropertySimpleEntry* pEntry = m_pPropSet->getPropertyMap()->getByName(rPropertyName); in setPropertyValue() local
591 if(pEntry) in setPropertyValue()
593 if ( pEntry->nFlags & beans::PropertyAttribute::READONLY) in setPropertyValue()
598 switch(pEntry->nWID) in setPropertyValue()
625 …const SfxItemPropertySimpleEntry* pEntry = m_pPropSet->getPropertyMap()->getByName(rPropertyName); in getPropertyValue() local
628 if(pEntry) in getPropertyValue()
630 switch(pEntry->nWID) in getPropertyValue()
/trunk/main/xmloff/source/core/
H A Dnmspmap.cxx106 ::vos::ORef<NameSpaceEntry> pEntry(new NameSpaceEntry); in _Add()
107 pEntry->sName = rName; in _Add()
108 pEntry->nKey = nKey; in _Add()
109 pEntry->sPrefix = rPrefix; in _Add()
110 aNameHash[ rPrefix ] = pEntry; in _Add()
111 aNameMap [ nKey ] = pEntry; in _Add()
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx81 SfxItemPropertyMapEntry* pEntry = aHdFtPropertyMap_Impl; in lcl_GetHdFtPropertySet() local
82 while (pEntry->pName) in lcl_GetHdFtPropertySet()
84 if ( ( pEntry->nWID == EE_CHAR_FONTHEIGHT || in lcl_GetHdFtPropertySet()
85 pEntry->nWID == EE_CHAR_FONTHEIGHT_CJK || in lcl_GetHdFtPropertySet()
86 pEntry->nWID == EE_CHAR_FONTHEIGHT_CTL ) && in lcl_GetHdFtPropertySet()
87 pEntry->nMemberId == MID_FONTHEIGHT ) in lcl_GetHdFtPropertySet()
89 pEntry->nMemberId |= CONVERT_TWIPS; in lcl_GetHdFtPropertySet()
92 ++pEntry; in lcl_GetHdFtPropertySet()
/trunk/main/sot/source/base/
H A Dformats.cxx1512 const SotDestinationEntry_Impl* pEntry = aDestinationArray; in GetExchangeAction() local
1513 while( 0xffff != pEntry->nDestination ) in GetExchangeAction()
1515 if( pEntry->nDestination == nDestination ) in GetExchangeAction()
1517 ++pEntry; in GetExchangeAction()
1520 if( 0xffff == pEntry->nDestination ) in GetExchangeAction()
1540 rDataFlavorExVector, pEntry->aDefaultActions, in GetExchangeAction()
1550 rDataFlavorExVector, pEntry->aCopyActions, in GetExchangeAction()
1559 rDataFlavorExVector, pEntry->aLinkActions, in GetExchangeAction()
1585 rDataFlavorExVector, pEntry->aMoveActions, in GetExchangeAction()
1591 rDataFlavorExVector, pEntry->aCopyActions, in GetExchangeAction()
[all …]
/trunk/main/sw/source/filter/inc/
H A Dmsfilter.hxx398 void operator()(SwFltStackEntry *pEntry);
414 void operator()(SwFltStackEntry *pEntry) const in operator ()()
416 if (pEntry->bLocked) in operator ()()
417 pEntry->SetEndPos(mrPos); in operator ()()
/trunk/main/svx/source/gallery2/
H A Dgalexpl.cxx53 const GalleryThemeEntry* pEntry = pGal->GetThemeInfo( i ); in FillThemeList() local
55 if( pEntry && !pEntry->IsReadOnly() && !pEntry->IsHidden() ) in FillThemeList()
56 rThemeList.Insert( new String( pEntry->GetThemeName() ), LIST_APPEND ); in FillThemeList()
/trunk/main/l10ntools/source/
H A Dexport.cxx1482 ExportListEntry *pEntry = pExportList->GetObject( i ); in WriteExportList() local
1492 (*pEntry)[ SOURCE_LANGUAGE ].Len() ) in WriteExportList()
1498 ByteString sText((*pEntry)[ SOURCE_LANGUAGE ] ); in WriteExportList()
1503 if ((*pEntry)[ sCur ].Len()) in WriteExportList()
1504 sText = (*pEntry)[ sCur ]; in WriteExportList()
1513 sText = StripList( (*pEntry)[ sCur ] ); in WriteExportList()
1539 delete [] pEntry; in WriteExportList()
2121 PFormEntrys *pEntry = pMergeDataFile->GetPFormEntrys( pResData ); in MergeRest() local
2124 if ( pEntry && pResData->bText ) { in MergeRest()
2179 if ( pEntry && pResData->bQuickHelpText ) { in MergeRest()
[all …]
H A Dexport2.cxx558 ExportListEntry *pEntry = pList->GetObject( i ); in FillInListFallbacks() local
559 if ( !( *pEntry )[ nSource ].Len()){ in FillInListFallbacks()
560 ( *pEntry )[ nSource ] = ( *pEntry )[ nFallback ]; in FillInListFallbacks()
561 ByteString x = ( *pEntry )[ nSource ]; in FillInListFallbacks()
562 ByteString y = ( *pEntry )[ nFallback ]; in FillInListFallbacks()
/trunk/main/sc/source/filter/excel/
H A Dxltools.cxx428 …const XclCodePageEntry* pEntry = ::std::find_if( pCodePageTable, pCodePageTableEnd, XclCodePageEnt… in GetTextEncoding() local
429 if( pEntry == pCodePageTableEnd ) in GetTextEncoding()
434 return pEntry->meTextEnc; in GetTextEncoding()
442 …const XclCodePageEntry* pEntry = ::std::find_if( pCodePageTable, pCodePageTableEnd, XclCodePageEnt… in GetXclCodePage() local
443 if( pEntry == pCodePageTableEnd ) in GetXclCodePage()
448 return pEntry->mnCodePage; in GetXclCodePage()
/trunk/main/sd/source/filter/eppt/
H A Dpptexsoundcollection.cxx176 ExSoundEntry* pEntry = new ExSoundEntry( rString ); in GetId() local
177 if ( pEntry->GetFileSize() ) in GetId()
178 List::Insert( pEntry, LIST_APPEND ); in GetId()
182 delete pEntry; in GetId()
/trunk/main/svx/source/form/
H A Ddataaccessdescriptor.cxx218 PropertyMapEntry* pEntry = s_aDesriptorProperties; in getPropertyMap() local
219 while ( pEntry->mpName ) in getPropertyMap()
221 s_aProperties[ ::rtl::OUString::createFromAscii( pEntry->mpName ) ] = pEntry; in getPropertyMap()
222 ++pEntry; in getPropertyMap()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx2687 ScHTMLEntry* pEntry = 0; in RecalcDocPos() local
2691 pEntry = *aListIter; in RecalcDocPos()
2695 pEntry->nCol = SCCOL_MAX; in RecalcDocPos()
2696 pEntry->nRow = SCROW_MAX; in RecalcDocPos()
2706 pEntry->nCol = nStartCol; in RecalcDocPos()
2707 pEntry->nRow = aEntryDocPos.mnRow; in RecalcDocPos()
2709 pEntry->nRowOverlap = nTableRows; in RecalcDocPos()
2716 pEntry->nCol = aEntryDocPos.mnCol; in RecalcDocPos()
2717 pEntry->nRow = aEntryDocPos.mnRow; in RecalcDocPos()
2725 if( pEntry ) in RecalcDocPos()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx442 rFontName = pEntry->maName; in GetFontSubstitute()
1303 delete pEntry; in Clear()
2326 delete pEntry; in ~ImplFontCache()
2365 ImplFontEntry *pEntry = NULL; in GetFontEntry() local
2369 pEntry = mpFirstEntry; in GetFontEntry()
2374 pEntry = (*it).second; in GetFontEntry()
2390 pEntry = (*it).second; in GetFontEntry()
2407 if( !pEntry->mnRefCount++ ) in GetFontEntry()
2428 mpFirstEntry = pEntry; in GetFontEntry()
2429 return pEntry; in GetFontEntry()
[all …]
/trunk/main/svx/source/tbxctrls/
H A Dfillctrl.cxx331 … XGradientEntry* pEntry = new XGradientEntry(mpGradientItem->GetGradientValue(),aTmpStr); in Update() local
334 aGradientList->Insert(pEntry); in Update()
340 ((ListBox*)mpFillAttrLB)->InsertEntry(pEntry->GetName(),aBmp); in Update()
379 XHatchEntry* pEntry = new XHatchEntry(mpHatchItem->GetHatchValue(),aTmpStr); in Update() local
382 aHatchList->Insert(pEntry); in Update()
388 ((ListBox*)mpFillAttrLB)->InsertEntry(pEntry->GetName(),aBmp); in Update()
/trunk/main/oox/source/xls/
H A Dformulabase.cxx1140 const FormulaOpCodeMapEntry* pEntry = orEntrySeq.getConstArray(); in fillTokenMap() local
1141 const FormulaOpCodeMapEntry* pEntryEnd = pEntry + orEntrySeq.getLength(); in fillTokenMap()
1142 for( ; pEntry != pEntryEnd; ++pEntry ) in fillTokenMap()
1143 orTokenMap[ pEntry->Name ] = pEntry->Token; in fillTokenMap()
1154 const FormulaOpCodeMapEntry* pEntry = orEntrySeq.getConstArray(); in fillFuncTokenMaps() local
1155 const FormulaOpCodeMapEntry* pEntryEnd = pEntry + orEntrySeq.getLength(); in fillFuncTokenMaps()
1156 for( ; pEntry != pEntryEnd; ++pEntry ) in fillFuncTokenMaps()
1157 …((pEntry->Token.OpCode == OPCODE_EXTERNAL) ? orExtFuncTokenMap : orIntFuncTokenMap)[ pEntry->Name … in fillFuncTokenMaps()

Completed in 342 milliseconds

1...<<11121314151617181920