Home
last modified time | relevance | path

Searched refs:pEntry (Results 251 – 275 of 485) sorted by relevance

1...<<11121314151617181920

/trunk/main/unotools/source/config/
H A Dlingucfg.cxx314 NamesToHdl *pEntry = &aNamesToHdl[0]; in GetHdlByName() local
318 while (pEntry && pEntry->pFullPropName != NULL) in GetHdlByName()
320 if (0 == rPropertyName.compareToAscii( pEntry->pFullPropName )) in GetHdlByName()
322 rnHdl = pEntry->nHdl; in GetHdlByName()
325 ++pEntry; in GetHdlByName()
327 return pEntry && pEntry->pFullPropName != NULL; in GetHdlByName()
331 while (pEntry && pEntry->pPropName != NULL) in GetHdlByName()
333 if (0 == rPropertyName.compareToAscii( pEntry->pPropName )) in GetHdlByName()
335 rnHdl = pEntry->nHdl; in GetHdlByName()
338 ++pEntry; in GetHdlByName()
[all …]
/trunk/main/comphelper/source/property/
H A Dpropertysethelper.cxx292 PropertyMapEntry *pEntry = mp->find( PropertyName ); in setPropertyToDefault() local
293 if( NULL == pEntry ) in setPropertyToDefault()
296 _setPropertyToDefault( pEntry ); in setPropertyToDefault()
301 PropertyMapEntry* pEntry = mp->find( aPropertyName ); in getPropertyDefault() local
302 if( NULL == pEntry ) in getPropertyDefault()
305 return _getPropertyDefault( pEntry ); in getPropertyDefault()
/trunk/main/sc/source/ui/docshell/
H A Dhiranges.cxx39 void* pEntry = aEntries.First(); in ~ScHighlightRanges() local
40 while ( pEntry ) in ~ScHighlightRanges()
42 delete (ScHighlightEntry*) aEntries.Remove( pEntry ); in ~ScHighlightRanges()
43 pEntry = aEntries.Next(); in ~ScHighlightRanges()
/trunk/main/svtools/inc/svtools/
H A Dsvtabbx.hxx49 TabListBoxEventData( SvLBoxEntry* pEntry, sal_uInt16 nColumn, const String& rOldText ) : in TabListBoxEventData()
50 m_pEntry( pEntry ), m_nColumn( nColumn ), m_sOldText( rOldText ) {} in TabListBoxEventData()
106 virtual String GetEntryText( SvLBoxEntry* pEntry ) const;
114 sal_uLong GetEntryPos( const SvLBoxEntry* pEntry ) const;
159 sal_Bool IsItemChecked( SvLBoxEntry* pEntry, sal_uInt16 nCol ) const;
169 virtual sal_uLong Insert( SvLBoxEntry* pEntry, sal_uLong nRootPos = LIST_APPEND );
/trunk/main/sc/source/ui/app/
H A Drfindlst.cxx49 void* pEntry = aEntries.First(); in ~ScRangeFindList() local
50 while ( pEntry ) in ~ScRangeFindList()
52 delete (ScRangeFindData*) aEntries.Remove( pEntry ); in ~ScRangeFindList()
53 pEntry = aEntries.Next(); in ~ScRangeFindList()
/trunk/main/sw/source/core/unocore/
H A Dunoidx.cxx649 if (!pEntry) in setPropertyValue()
677 switch (pEntry->nWID) in setPropertyValue()
921 if (WID_PRIMARY_KEY > pEntry->nWID) in setPropertyValue()
968 if (!pEntry) in getPropertyValue()
995 switch(pEntry->nWID) in getPropertyValue()
2242 if (!pEntry) in setPropertyValue()
2261 switch(pEntry->nWID) in setPropertyValue()
2306 switch(pEntry->nWID) in setPropertyValue()
2370 if (!pEntry) in getPropertyValue()
2385 switch(pEntry->nWID) in getPropertyValue()
[all …]
/trunk/main/sc/source/ui/dbgui/
H A Ddbnamdlg.cxx196 ScRange* pEntry = (ScRange*)aRemoveList.First(); in ~ScDbNameDlg() local
197 while ( pEntry ) in ~ScDbNameDlg()
199 aRemoveList.Remove( pEntry ); in ~ScDbNameDlg()
200 delete pEntry; in ~ScDbNameDlg()
201 pEntry = (ScRange*)aRemoveList.Next(); in ~ScDbNameDlg()
593 ScDBData* pEntry = (ScDBData*)aLocalDbCol.At(nRemoveAt); in IMPL_LINK() local
595 if ( pEntry ) in IMPL_LINK()
600 pEntry->GetArea( nTab, nColStart, nRowStart, nColEnd, nRowEnd ); in IMPL_LINK()
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx228 for( SwHash* pEntry = *(ppTable+ii); pEntry; pEntry = pEntry->pNext ) in Find() local
229 if( rStr == pEntry->aStr ) in Find()
230 return pEntry; in Find()
541 for( SwHash* pEntry = *(ppDocTbl+ii); pEntry; pEntry = pEntry->pNext ) in VarLook() local
542 if( aStr == pEntry->aStr ) in VarLook()
546 ((SwCalcFldType*)pEntry)->pFldType ); in VarLook()
/trunk/main/sd/source/core/
H A DEffectMigration.cxx172 deprecated_FadeEffect_conversion_table_entry* pEntry = deprecated_FadeEffect_conversion_table; in SetFadeEffect() local
173 while( (pEntry->meFadeEffect != FadeEffect_NONE) && (pEntry->meFadeEffect != eNewEffect) ) in SetFadeEffect()
174 pEntry++; in SetFadeEffect()
176 if( pEntry->mpPresetId ) in SetFadeEffect()
178 const OUString aPresetId( OUString::createFromAscii( pEntry->mpPresetId ) ); in SetFadeEffect()
219 deprecated_FadeEffect_conversion_table_entry* pEntry = deprecated_FadeEffect_conversion_table; in GetFadeEffect() local
220 …while( (pEntry->meFadeEffect != FadeEffect_NONE) && (!aPresetId.equalsAscii( pEntry->mpPresetId ) … in GetFadeEffect()
221 pEntry++; in GetFadeEffect()
223 return pEntry->meFadeEffect; in GetFadeEffect()
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx157 ScOutlineEntry* pEntry; in TestRemoveOutline() local
172 nEnd = pEntry->GetEnd(); in TestRemoveOutline()
187 nEnd = pEntry->GetEnd(); in TestRemoveOutline()
300 ScOutlineEntry* pEntry; in OutlinePossible() local
310 nStart = pEntry->GetStart(); in OutlinePossible()
311 nEnd = pEntry->GetEnd(); in OutlinePossible()
315 if (!pEntry->IsHidden()) in OutlinePossible()
321 if (pEntry->IsHidden()) in OutlinePossible()
333 nEnd = pEntry->GetEnd(); in OutlinePossible()
337 if (!pEntry->IsHidden()) in OutlinePossible()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx1227 switch( pEntry->pAttr->Which() ) in SetAttrInDoc()
1259 SwFltStackEntry* pEntry) in SetAttrInDoc() argument
1261 switch( pEntry->pAttr->Which() ) in SetAttrInDoc()
1347 pEntry->pAttr; in SetAttrInDoc()
1409 if (pEntry->pAttr->Which() == nWhich) in GetStackAttr()
1411 if ( (pEntry->bLocked) || ( in GetStackAttr()
1412 (pEntry->nMkNode <= aNode) && (pEntry->nPtNode >= aNode) && in GetStackAttr()
1413 (pEntry->nMkCntnt <= nIdx) && (pEntry->nPtCntnt >= nIdx) ) ) in GetStackAttr()
1446 SwFltStackEntry* pEntry) in SetAttrInDoc() argument
1448 switch( pEntry->pAttr->Which() ) in SetAttrInDoc()
[all …]
H A Dwriterhelper.cxx795 bool operator()(const SwFltStackEntry *pEntry) const in operator ()()
798 (pEntry->pAttr); in operator ()()
799 return (pEntry->bLocked && (pTest->eType == meType)); in operator ()()
824 void SetInDocAndDelete::operator()(SwFltStackEntry *pEntry) in operator ()() argument
826 SwPaM aRegion(pEntry->nMkNode); in operator ()()
828 pEntry->MakeRegion(&mrDoc, aRegion, true) && in operator ()()
835 (pEntry->pAttr); in operator ()()
853 delete pEntry; in operator ()()
/trunk/main/cui/source/dialogs/
H A Dsrchxtra.cxx182 SvLBoxEntry* pEntry = NULL; in SvxSearchAttributeDialog() local
184 pEntry = aAttrLB.SvTreeListBox::InsertEntry( aAttrNames.GetString(nId) ); in SvxSearchAttributeDialog()
192 if ( pEntry ) in SvxSearchAttributeDialog()
194 aAttrLB.SetCheckButtonState( pEntry, bChecked ? SV_BUTTON_CHECKED : SV_BUTTON_UNCHECKED ); in SvxSearchAttributeDialog()
195 pEntry->SetUserData( (void*)(sal_uLong)nSlot ); in SvxSearchAttributeDialog()
/trunk/main/vcl/source/window/
H A Dmnemonicengine.cxx107 const void* pEntry = lcl_getEntryForMnemonic( m_pData->rEntryList, cChar, bAmbiguous ); in HandleKeyEvent() local
108 if ( !pEntry ) in HandleKeyEvent()
111 m_pData->rEntryList.SelectSearchEntry( pEntry ); in HandleKeyEvent()
113 m_pData->rEntryList.ExecuteSearchEntry( pEntry ); in HandleKeyEvent()
/trunk/main/svx/source/gallery2/
H A Dgalbrws1.cxx209 sal_uIntPtr GalleryBrowser1::ImplInsertThemeEntry( const GalleryThemeEntry* pEntry ) in ImplInsertThemeEntry() argument
215 if( pEntry && ( !pEntry->IsHidden() || bShowHiddenThemes ) ) in ImplInsertThemeEntry()
219 if( pEntry->IsImported() ) in ImplInsertThemeEntry()
221 else if( pEntry->IsReadOnly() ) in ImplInsertThemeEntry()
223 else if( pEntry->IsDefault() ) in ImplInsertThemeEntry()
228 nRet = mpThemes->InsertEntry( pEntry->GetThemeName(), *pImage ); in ImplInsertThemeEntry()
/trunk/main/sw/source/filter/xml/
H A Dxmlitem.cxx58 SvXMLItemMapEntry* pEntry = xMapEntries->getByName( nPrefix, rLocalName ); in CreateChildContext() local
60 if( pEntry && 0 != (pEntry->nMemberId & MID_SW_FLAG_ELEMENT_ITEM_IMPORT) ) in CreateChildContext()
63 rItemSet, *pEntry, rUnitConv ); in CreateChildContext()
/trunk/main/xmloff/source/style/
H A DXMLPageExport.cxx62 for( ::std::vector< XMLPageExportNameEntry >::const_iterator pEntry = aNameVector.begin(); in findPageMasterName()
63 pEntry != aNameVector.end(); pEntry++ ) in findPageMasterName()
65 if( pEntry->sStyleName == rStyleName ) in findPageMasterName()
67 rPMName = pEntry->sPageMasterName; in findPageMasterName()
/trunk/main/sfx2/source/doc/
H A Diframe.cxx229 const SfxItemPropertySimpleEntry* pEntry = maPropMap.getByName( aPropertyName ); in setPropertyValue() local
230 if( !pEntry ) in setPropertyValue()
232 switch( pEntry->nWID ) in setPropertyValue()
310 const SfxItemPropertySimpleEntry* pEntry = maPropMap.getByName( aPropertyName ); in getPropertyValue() local
311 if( !pEntry ) in getPropertyValue()
314 switch( pEntry->nWID ) in getPropertyValue()
/trunk/main/toolkit/source/controls/
H A Dstdtabcontroller.cxx274 ComponentEntry* pEntry = aCtrls.GetObject( nPos ); in autoTabOrder() local
275 if ( pEntry->aPos.Y() >= pE->aPos.Y() ) in autoTabOrder()
277 while ( pEntry && ( pEntry->aPos.Y() == pE->aPos.Y() ) in autoTabOrder()
278 && ( pEntry->aPos.X() < pE->aPos.X() ) ) in autoTabOrder()
280 pEntry = aCtrls.GetObject( ++nPos ); in autoTabOrder()
/trunk/main/basctl/source/dlged/
H A Dmanagelang.cxx211 LanguageEntry* pEntry = (LanguageEntry*)( m_aLanguageLB.GetEntryData(i) ); in ClearLanguageBox() local
212 if ( pEntry ) in ClearLanguageBox()
213 delete pEntry; in ClearLanguageBox()
250 LanguageEntry* pEntry = (LanguageEntry*)( m_aLanguageLB.GetEntryData( nSelPos ) ); in IMPL_LINK() local
251 if ( pEntry ) in IMPL_LINK()
252 aLocaleSeq[i] = pEntry->m_aLocale; in IMPL_LINK()
/trunk/main/sfx2/source/sidebar/
H A DResourceManager.cxx212 const ContextList::Entry* pEntry = rPanelDescriptor.maContextList.GetMatch(rContext); in GetMatchingPanels() local
213 if (pEntry == NULL) in GetMatchingPanels()
218 aPanelContextDescriptor.msMenuCommand = pEntry->msMenuCommand; in GetMatchingPanels()
219 aPanelContextDescriptor.mbIsInitiallyVisible = pEntry->mbIsInitiallyVisible; in GetMatchingPanels()
596 ContextList::Entry* pEntry ( in StorePanelExpansionState() local
598 if (pEntry != NULL) in StorePanelExpansionState()
599 pEntry->mbIsInitiallyVisible = bExpansionState; in StorePanelExpansionState()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx1999 if(!pEntry) in setPropertyValue()
2003 switch(pEntry->nWID) in setPropertyValue()
2188 if(!pEntry) in getPropertyValue()
2191 switch(pEntry->nWID) in getPropertyValue()
2201 switch(pEntry->nWID) in getPropertyValue()
2461 if(!pEntry) in getPropertyState()
2464 switch(pEntry->nWID) in getPropertyState()
2490 if(!pEntry) in setPropertyToDefault()
2492 switch(pEntry->nWID) in setPropertyToDefault()
2504 if(!pEntry) in getPropertyDefault()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dnameuno.cxx1074 ScRangePair* pEntry = xNewList->Find( aRange ); in Modify_Impl() local
1075 if (pEntry) in Modify_Impl()
1077 xNewList->Remove( pEntry ); // nur aus der Liste entfernt, nicht geloescht in Modify_Impl()
1080 pEntry->GetRange(0) = *pLabel; in Modify_Impl()
1082 pEntry->GetRange(1) = *pData; in Modify_Impl()
1084 xNewList->Join( *pEntry ); in Modify_Impl()
1085 delete pEntry; in Modify_Impl()
1238 ScRangePair* pEntry = xNewList->GetObject( nIndex ); in removeByIndex() local
1239 if (pEntry) in removeByIndex()
1241 xNewList->Remove( pEntry ); in removeByIndex()
[all …]
/trunk/main/sot/source/sdstor/
H A Dstgdir.cxx105 const StgDirEntry* pEntry = (const StgDirEntry*) p; in Compare() local
106 nResult = aEntry.Compare( pEntry->aEntry ); in Compare()
176 void* pEntry = rStrm.GetEntry( nEntry, sal_True ); in Store() local
177 if( !pEntry ) in Store()
180 aSave.Store( pEntry ); in Store()
829 pEntry = (StgDirEntry*) this; // just for a bit pattern in StgDirStrm()
831 rIo.Revert( pEntry ); in StgDirStrm()
832 pEntry = NULL; in StgDirStrm()
/trunk/main/svx/source/tbxctrls/
H A DSvxColorValueSet.cxx70 const XColorEntry* pEntry = aXColorList->GetColor(nIndex); in addEntriesForXColorList() local
72 if(pEntry) in addEntriesForXColorList()
74 InsertItem(nStartIndex, pEntry->GetColor(), pEntry->GetName()); in addEntriesForXColorList()

Completed in 177 milliseconds

1...<<11121314151617181920