Home
last modified time | relevance | path

Searched refs:rEntry (Results 51 – 75 of 181) sorted by path

12345678

/trunk/main/sc/source/filter/xml/
H A Dxmlfilti.cxx535 ScQueryEntry& rEntry(aFilterFields.GetEntry(nFilterFieldCount)); in AddFilterField() local
536 rEntry = aFilterField; in AddFilterField()
537 rEntry.bDoQuery = sal_True; in AddFilterField()
/trunk/main/sc/source/ui/dbgui/
H A Dfiltdlg.cxx291 if ( rEntry.bDoQuery ) in Init()
295 if ( rEntry.nVal == SC_EMPTYFIELDS && !rEntry.bQueryByString && *rEntry.pStr == EMPTY_STRING ) in Init()
300 …else if ( rEntry.nVal == SC_NONEMPTYFIELDS && !rEntry.bQueryByString && *rEntry.pStr == EMPTY_STRI… in Init()
306 aValStr = *rEntry.pStr; in Init()
1100 rEntry.pStr->Erase(); in IMPL_LINK()
1106 rEntry.pStr->Erase(); in IMPL_LINK()
1113 rEntry.nVal = 0; in IMPL_LINK()
1164 if(rEntry.bDoQuery) in RefreshEditRow()
1167 if ( rEntry.nVal == SC_EMPTYFIELDS && !rEntry.bQueryByString && *rEntry.pStr == EMPTY_STRING ) in RefreshEditRow()
1172 …else if ( rEntry.nVal == SC_NONEMPTYFIELDS && !rEntry.bQueryByString && *rEntry.pStr == EMPTY_STRI… in RefreshEditRow()
[all …]
H A Dpfiltdlg.cxx212 String aValStr = *rEntry.pStr; in Init()
423 *rEntry.pStr = EMPTY_STRING; in GetOutputItem()
424 rEntry.nVal = SC_EMPTYFIELDS; in GetOutputItem()
425 rEntry.bQueryByString = sal_False; in GetOutputItem()
429 *rEntry.pStr = EMPTY_STRING; in GetOutputItem()
430 rEntry.nVal = SC_NONEMPTYFIELDS; in GetOutputItem()
431 rEntry.bQueryByString = sal_False; in GetOutputItem()
435 *rEntry.pStr = aStrVal; in GetOutputItem()
436 rEntry.nVal = 0; in GetOutputItem()
437 rEntry.bQueryByString = sal_True; in GetOutputItem()
[all …]
H A Dpvfundlg.cxx106 sal_uInt16 lclFindListBoxEntry( const ListBox& rLBox, const String& rEntry, sal_uInt16 nStartPos ) in lclFindListBoxEntry() argument
109 while( (nPos < rLBox.GetEntryCount()) && (rLBox.GetEntry( nPos ) != rEntry) ) in lclFindListBoxEntry()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx2110 rFirstItemId = rEntry.nWID; in lcl_SetCellProperty()
2114 switch ( rEntry.nWID ) in lcl_SetCellProperty()
5650 if (rEntry.bDoQuery && rEntry.nField >= nFieldStart) in createFilterDescriptor()
5651 rEntry.nField -= nFieldStart; in createFilterDescriptor()
5700 ScQueryEntry& rEntry = aParam.GetEntry(i); in filter() local
5701 if (rEntry.bDoQuery) in filter()
5703 rEntry.nField += nFieldStart; in filter()
5705 if ( !rEntry.bQueryByString ) in filter()
5707 GetInputLineString( rEntry.nVal, 0, *rEntry.pStr ); in filter()
5775 if (rEntry.bDoQuery && rEntry.nField >= nFieldStart) in createFilterDescriptorByObject()
[all …]
H A Ddatauno.cxx1127 if (rEntry.pStr) in getFilterFields()
1128 aStringValue = *rEntry.pStr; in getFilterFields()
1132 aField.Field = rEntry.nField; in getFilterFields()
1142 if (!rEntry.bQueryByString && *rEntry.pStr == EMPTY_STRING) in getFilterFields()
1196 if (rEntry.pStr) in getFilterFields2()
1210 if (!rEntry.bQueryByString && *rEntry.pStr == EMPTY_STRING) in getFilterFields2()
1267 if (!rEntry.pStr) in setFilterFields()
1270 rEntry.bDoQuery = sal_True; in setFilterFields()
1312 rEntry.eOp = SC_EQUAL; in setFilterFields()
1341 if (!rEntry.pStr) in setFilterFields2()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx4280 ScQueryEntry& rEntry = aParam.GetEntry(i); in lcl_SetAllQueryForField() local
4281 if ( rEntry.nField == nField) in lcl_SetAllQueryForField()
4618 ScQueryEntry& rEntry = aParam.GetEntry(i); in AutoFilter() local
4619 if ( rEntry.bDoQuery ) in AutoFilter()
4620 lcl_SetAllQueryForField( pShell, rEntry.nField, nSheet ); in AutoFilter()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx1075 ScQueryEntry& rEntry = aParam.GetEntry(j); in DoAutoFilterMenue() local
1077 if (rEntry.eConnect != SC_AND) in DoAutoFilterMenue()
1079 if (rEntry.nField == nCol) in DoAutoFilterMenue()
1081 if (rEntry.eOp == SC_EQUAL) in DoAutoFilterMenue()
1083 String* pStr = rEntry.pStr; in DoAutoFilterMenue()
1090 else if (rEntry.eOp == SC_TOPVAL && rEntry.pStr && in DoAutoFilterMenue()
1091 rEntry.pStr->EqualsAscii("10")) in DoAutoFilterMenue()
1275 ScQueryEntry& rEntry = aParam.GetEntry(i); in ExecFilter() local
1277 if (rEntry.eConnect != SC_AND) in ExecFilter()
1280 if (rEntry.nField == nCol) in ExecFilter()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx367 sal_uInt32 FontCollection::GetId( FontCollectionEntry& rEntry ) in GetId() argument
369 if( rEntry.Name.Len() ) in GetId()
376 if( pEntry->Name == rEntry.Name ) in GetId()
380 aFont.SetCharSet( rEntry.CharSet ); in GetId()
381 aFont.SetName( rEntry.Original ); in GetId()
398 rEntry.Scaling = fScaling; in GetId()
401 List::Insert( new FontCollectionEntry( rEntry ), LIST_APPEND ); in GetId()
/trunk/main/sd/source/ui/sidebar/
H A DAllMasterPagesSelector.hxx68 void AddTemplate (const TemplateEntry& rEntry);
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCache.cxx56 inline void Recycle (const CacheEntry& rEntry);
519 sal_Int32 nEntrySize (rEntry.GetMemorySize()); in UpdateCacheSize()
525 if ( ! rEntry.IsPrecious() && mnNormalCacheSize>mnMaximalNormalCacheSize) in UpdateCacheSize()
581 inline void BitmapCache::CacheEntry::Recycle (const CacheEntry& rEntry) in Recycle() argument
583 if ((rEntry.HasPreview() || rEntry.HasLosslessReplacement()) in Recycle()
586 maPreview = rEntry.maPreview; in Recycle()
587 maMarkedPreview = rEntry.maMarkedPreview; in Recycle()
588 mpReplacement = rEntry.mpReplacement; in Recycle()
589 mpCompressor = rEntry.mpCompressor; in Recycle()
590 mnLastAccessTime = rEntry.mnLastAccessTime; in Recycle()
[all …]
/trunk/main/sdext/source/pdfimport/tree/
H A Dimagecontainer.cxx129 const uno::Sequence<beans::PropertyValue>& rEntry( m_aImages[nId] ); in writeBase64EncodedStream() local
132 const beans::PropertyValue* pAry(rEntry.getConstArray()); in writeBase64EncodedStream()
133 const sal_Int32 nLen(rEntry.getLength()); in writeBase64EncodedStream()
/trunk/main/sfx2/source/sidebar/
H A DContextMatcher.cxx78 const Entry& rEntry) const in EvaluateMatch()
81 if (rContext.msApplication.equals(rEntry.msApplicationName)) in EvaluateMatch()
83 else if (rEntry.msApplicationName.equalsAscii(gsAny)) in EvaluateMatch()
90 iContext(rEntry.maContextNames.begin()), in EvaluateMatch()
91 iEnd(rEntry.maContextNames.end()); in EvaluateMatch()
106 if (rEntry.mbIsContextListNegated) in EvaluateMatch()
H A DContextMatcher.hxx67 const Entry& rEntry) const;
/trunk/main/slideshow/source/engine/transitions/
H A Dslidechangebase.cxx404 ViewEntry& rEntry( maViewData.back() ); in viewAdded() local
405 getEnteringBitmap( rEntry ); in viewAdded()
406 getLeavingBitmap( rEntry ); in viewAdded()
407 addSprites( rEntry ); in viewAdded()
502 rEntry.mpOutSprite = createSprite( rEntry.mpView, in addSprites()
512 rEntry.mpView )); in addSprites()
514 rEntry.mpInSprite = createSprite( rEntry.mpView, in addSprites()
524 rEntry.mpEnteringBitmap.reset(); in clearViewEntry()
525 rEntry.mpLeavingBitmap.reset(); in clearViewEntry()
526 rEntry.mpInSprite.reset(); in clearViewEntry()
[all …]
H A Dslidechangebase.hxx177 void addSprites( ViewEntry& rEntry );
178 void clearViewEntry( ViewEntry& rEntry );
/trunk/main/slideshow/source/inc/
H A Dtransitioninfo.hxx146 bool operator()( const TransitionInfo& rEntry ) const { in operator ()()
147 return rEntry.mnTransitionType == mnTransitionType && in operator ()()
148 rEntry.mnTransitionSubType == mnTransitionSubType; in operator ()()
/trunk/main/sot/source/base/
H A Dformats.cxx1346 rEntry in CheckTransferableContext_Impl()
1360 switch( rEntry.nContextCheckId ) in CheckTransferableContext_Impl()
1368 SotExchange::GetFormatDataFlavor( rEntry.nFormatId, aFlavor ) && in CheckTransferableContext_Impl()
/trunk/main/store/source/
H A Dstorpage.cxx163 storeError OStorePageManager::remove_Impl (entry & rEntry)
176 sal_uInt16 i = rPage.find (rEntry), n = rPage.usageCount();
184 entry::CompareResult result = rEntry.compare (rPage.m_pData[i]);
203 aNode.remove (nIndex, rEntry, *this);
222 result = rEntry.compare (rPage.m_pData[i]);
228 storeError OStorePageManager::remove_Impl (entry & rEntry) in remove_Impl() argument
234 sal_uInt16 i = xPage->find (rEntry), n = xPage->usageCount(); in remove_Impl()
242 entry::CompareResult result = rEntry.compare (xPage->m_pData[i]); in remove_Impl()
264 i = xPage->find (rEntry), n = xPage->usageCount(); in remove_Impl()
272 result = rEntry.compare (xPage->m_pData[i]); in remove_Impl()
[all …]
H A Dstorpage.hxx189 storeError remove_Impl (entry & rEntry);
/trunk/main/svl/inc/svl/
H A Ditemprop.hxx122 void getPropertyValue( const SfxItemPropertySimpleEntry& rEntry,
136 void setPropertyValue( const SfxItemPropertySimpleEntry& rEntry,
152 getPropertyState(const SfxItemPropertySimpleEntry& rEntry, const SfxItemSet& rSet) const
/trunk/main/svl/source/items/
H A Ditemprop.cxx232 pItem->QueryValue( rAny, rEntry.nMemberId ); in getPropertyValue()
236 SfxItemSet aSet(*rSet.GetPool(), rEntry.nWID, rEntry.nWID); in getPropertyValue()
237 if(FillItem(aSet, rEntry.nWID, sal_True)) in getPropertyValue()
240 rItem.QueryValue( rAny, rEntry.nMemberId ); in getPropertyValue()
248 if( rEntry.pType && TypeClass_ENUM == rEntry.pType->getTypeClass() && in getPropertyValue()
252 rAny.setValue( &nTmp, *rEntry.pType ); in getPropertyValue()
297 SfxItemSet aSet(*rSet.GetPool(), rEntry.nWID, rEntry.nWID); in setPropertyValue()
298 if(FillItem(aSet, rEntry.nWID, sal_False)) in setPropertyValue()
310 if( !pNewItem->PutValue( aVal, rEntry.nMemberId ) ) in setPropertyValue()
316 rSet.Put( *pNewItem, rEntry.nWID ); in setPropertyValue()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dsvxbox.hxx76 void InsertNewEntry( const SvxBoxEntry& rEntry );
77 void InsertEntry( const SvxBoxEntry& rEntry,
81 void RemoveEntry( const SvxBoxEntry& rEntry );
85 sal_uInt16 GetEntryPos( const SvxBoxEntry& rEntry ) const;
88 inline sal_Bool IsEntrySelected( const SvxBoxEntry& rEntry ) const;
90 inline void SelectEntry( const SvxBoxEntry& rEntry,
150 void RemoveEntry( const SvxBoxEntry& rEntry );
154 sal_uInt16 GetEntryPos( const SvxBoxEntry& rEntry ) const;
/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx51 SvListEntry::SvListEntry( const SvListEntry& rEntry ) in SvListEntry() argument
57 nListPos |= ( rEntry.nListPos & 0x7fffffff); in SvListEntry()
58 nAbsPos = rEntry.nAbsPos; in SvListEntry()
/trunk/main/svtools/source/control/
H A Dsvxbox.cxx110 void SvxListBox::InsertNewEntry(const SvxBoxEntry& rEntry) in InsertNewEntry() argument
112 SvxBoxEntry* pNew = new SvxBoxEntry(rEntry); in InsertNewEntry()
125 SvxBoxEntry* pEntry = new SvxBoxEntry(rEntry); in InsertEntry()
131 InsertSorted(new SvxBoxEntry(rEntry)); in InsertEntry()
160 void SvxListBox::RemoveEntry(const SvxBoxEntry& rEntry) in RemoveEntry() argument
162 sal_uInt16 nPos = ListBox::GetEntryPos(rEntry.aName); in RemoveEntry()
183 return ListBox::GetEntryPos(rEntry.aName); in GetEntryPos()
380 SvxBoxEntry* pNew = new SvxBoxEntry(rEntry); in InsertNewEntry()
391 InsertSorted(new SvxBoxEntry(rEntry)); in InsertEntry()
422 sal_uInt16 nPos = ComboBox::GetEntryPos(rEntry.aName); in RemoveEntry()
[all …]

Completed in 286 milliseconds

12345678