Home
last modified time | relevance | path

Searched refs:rEntry (Results 126 – 150 of 181) sorted by relevance

12345678

/trunk/main/unotools/source/config/
H A Dinetoptions.cxx360 Map::mapped_type & rEntry = m_aListeners[rListener]; in addPropertiesChangeListener() local
362 rEntry.insert(rPropertyNames[i]); in addPropertiesChangeListener()
H A Dcompatibility.cxx158 void AppendEntry( const SvtCompatibilityEntry& rEntry ) in AppendEntry() argument
160 lEntries.push_back( rEntry ); in AppendEntry()
/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 …]
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx170 sal_Bool lcl_FindEntry( ListBox& rLB, const String& rEntry, in lcl_FindEntry() argument
178 if( 0 == rCmpClass.compareString(rEntry, rLB.GetEntry(i) )) in lcl_FindEntry()
1460 const String rEntry = pEdt->GetText(); in IMPL_LINK() local
1462 String aWordStr( pCharClass->lower( rEntry )); in IMPL_LINK()
1466 if(rEntry.Len()) in IMPL_LINK()
1475 if( 0 == pCompareClass->compareString(rEntry, aTestStr )) in IMPL_LINK()
/trunk/main/sw/source/ui/utlui/
H A Dnavipi.cxx109 void SwNavigationPI::CleanEntry( String& rEntry ) in SFX_IMPL_CHILDWINDOW_CONTEXT()
111 sal_uInt16 i = rEntry.Len(); in SFX_IMPL_CHILDWINDOW_CONTEXT()
113 for( sal_Unicode* pStr = rEntry.GetBufferAccess(); i; --i, ++pStr ) in SFX_IMPL_CHILDWINDOW_CONTEXT()
/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx967 PopArtEntry& rEntry = pPopArtTable[ n ]; in ImplPopArt() local
968 rEntry.mnIndex = (sal_uInt16) n; in ImplPopArt()
969 rEntry.mnCount = 0; in ImplPopArt()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx491 Entry(const Entry &rEntry);
493 bool operator<(const Entry& rEntry) const;
494 Entry& operator=(const Entry& rEntry);
H A DWW8FFData.hxx108 void addListboxEntry(const ::rtl::OUString & rEntry);
/trunk/main/sfx2/source/sidebar/
H A DContextMatcher.hxx67 const Entry& rEntry) const;
/trunk/main/sd/source/ui/sidebar/
H A DAllMasterPagesSelector.hxx68 void AddTemplate (const TemplateEntry& rEntry);
/trunk/main/xmloff/source/text/
H A DXMLIndexSimpleEntryContext.hxx65 const ::rtl::OUString& rEntry,
/trunk/main/svx/inc/svx/
H A Dtxencbox.hxx101 const String& rEntry,
H A Dlangbox.hxx76 …SVX_DLLPRIVATE sal_uInt16 ImplInsertImgEntry( const String& rEntry, sal_uInt16 nP…
/trunk/main/sw/source/ui/inc/
H A Doptcomp.hxx67 void ReplaceFormatName( String& rEntry );
H A Duitool.hxx76 SW_DLLPUBLIC sal_uInt16 InsertStringSorted(const String& rEntry, ListBox& rToFill, sal_uInt16 nOffs…
H A Dswlbox.hxx108 sal_uInt16 GetEntryPos(const SwBoxEntry& rEntry) const;
H A Dnavipi.hxx168 static void CleanEntry( String& rEntry );
/trunk/main/sw/source/filter/xml/
H A Dxmlitem.hxx68 const SvXMLItemMapEntry& rEntry,
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx83 ScCompareOptions( ScDocument* pDoc, const ScQueryEntry& rEntry, bool bReg );
721 bool FillEntry(ScQueryEntry& rEntry);
/trunk/main/sc/source/ui/dbgui/
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/sw/source/filter/rtf/
H A Drtffly.cxx522 frameEntry &rEntry = *aQIter; in SetFlysInDoc() local
523 SwFlyFrmFmt *pFrm = rEntry.first; in SetFlysInDoc()
524 SwFmtAnchor &rAnchor = rEntry.second; in SetFlysInDoc()
/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/store/source/
H A Dstorpage.hxx189 storeError remove_Impl (entry & rEntry);
/trunk/main/xmloff/inc/xmloff/
H A Dxmlprmap.hxx75 const XMLPropertySetMapperEntry_Impl& rEntry );
/trunk/main/svx/inc/
H A Dsvdibrow.hxx57 void ImpSetEntry(const ImpItemListRow& rEntry, sal_uIntPtr nEntryNum);

Completed in 226 milliseconds

12345678