Home
last modified time | relevance | path

Searched refs:aEntries (Results 26 – 50 of 61) sorted by relevance

123

/aoo41x/main/sal/inc/osl/
H A Dprofile.hxx156 std::list< rtl::OString > aEntries; in getSectionEntries() local
166 aEntries.push_back( rtl::OString( pBuf+n ) ); in getSectionEntries()
170 return aEntries; in getSectionEntries()
/aoo41x/main/linguistic/source/
H A Dspelldta.cxx150 const Sequence< Reference< XDictionaryEntry > > aEntries = xDic->getEntries(); in SearchSimilarText() local
151 const Reference< XDictionaryEntry > *pEntries = aEntries.getConstArray(); in SearchSimilarText()
152 sal_Int32 nLen = aEntries.getLength(); in SearchSimilarText()
/aoo41x/main/sc/inc/
H A Dunoreflist.hxx50 ::std::list<ScUnoRefEntry> aEntries;
59 bool IsEmpty() const { return aEntries.empty(); } in IsEmpty()
H A Dlistenercalls.hxx62 ::std::list<ScUnoListenerEntry> aEntries;
/aoo41x/main/svx/source/form/
H A Dtabwin.cxx115 uno::Sequence< ::rtl::OUString > aEntries = i_xColumns->getElementNames(); in lcl_addToList() local
116 const ::rtl::OUString* pEntries = aEntries.getConstArray(); in lcl_addToList()
117 sal_Int32 nEntries = aEntries.getLength(); in lcl_addToList()
/aoo41x/main/sw/source/ui/fldui/
H A Dfldmgr.cxx1409 Sequence<OUString> aEntries(nTokenCount); in InsertFld() local
1410 OUString* pArray = aEntries.getArray(); in InsertFld()
1413 ((SwDropDownField*)pFld)->SetItems(aEntries); in InsertFld()
1575 Sequence<OUString> aEntries(nTokenCount); in UpdateCurFld() local
1576 OUString* pArray = aEntries.getArray(); in UpdateCurFld()
1579 ((SwDropDownField*)pTmpFld)->SetItems(aEntries); in UpdateCurFld()
/aoo41x/main/package/source/xstor/
H A Dowriteablestream.cxx3038 …uno::Sequence< uno::Sequence< beans::StringPair > > aResultSeq( aSeq.getLength() + aEntries.getLen… in insertRelationships()
3047 for ( sal_Int32 nIndSource1 = 0; nIndSource1 < aEntries.getLength(); nIndSource1++ ) in insertRelationships()
3048 … for ( sal_Int32 nIndSource2 = 0; nIndSource2 < aEntries[nIndSource1].getLength(); nIndSource2++ ) in insertRelationships()
3050 if ( aEntries[nIndSource1][nIndSource2].First.equals( aIDTag ) ) in insertRelationships()
3052 … if ( aEntries[nIndSource1][nIndSource2].Second.equals( aSeq[nIndTarget1][nIndTarget2].Second ) ) in insertRelationships()
3073 for ( sal_Int32 nIndSource1 = 0; nIndSource1 < aEntries.getLength(); nIndSource1++ ) in insertRelationships()
3075 aResultSeq[nResultInd].realloc( aEntries[nIndSource1].getLength() ); in insertRelationships()
3079 for ( sal_Int32 nIndSource2 = 0; nIndSource2 < aEntries[nIndSource1].getLength(); nIndSource2++ ) in insertRelationships()
3080 if ( aEntries[nIndSource1][nIndSource2].First.equals( aIDTag ) ) in insertRelationships()
3082 aResultSeq[nResultInd][0] = aEntries[nIndSource1][nIndSource2]; in insertRelationships()
[all …]
H A Dxstorage.cxx5568 …uno::Sequence< uno::Sequence< beans::StringPair > > aResultSeq( aSeq.getLength() + aEntries.getLen… in insertRelationships()
5577 for ( sal_Int32 nIndSource1 = 0; nIndSource1 < aEntries.getLength(); nIndSource1++ ) in insertRelationships()
5578 … for ( sal_Int32 nIndSource2 = 0; nIndSource2 < aEntries[nIndSource1].getLength(); nIndSource2++ ) in insertRelationships()
5580 if ( aEntries[nIndSource1][nIndSource2].First.equals( aIDTag ) ) in insertRelationships()
5582 … if ( aEntries[nIndSource1][nIndSource2].Second.equals( aSeq[nIndTarget1][nIndTarget2].Second ) ) in insertRelationships()
5603 for ( sal_Int32 nIndSource1 = 0; nIndSource1 < aEntries.getLength(); nIndSource1++ ) in insertRelationships()
5605 aResultSeq[nResultInd].realloc( aEntries[nIndSource1].getLength() ); in insertRelationships()
5609 for ( sal_Int32 nIndSource2 = 0; nIndSource2 < aEntries[nIndSource1].getLength(); nIndSource2++ ) in insertRelationships()
5610 if ( aEntries[nIndSource1][nIndSource2].First.equals( aIDTag ) ) in insertRelationships()
5612 aResultSeq[nResultInd][0] = aEntries[nIndSource1][nIndSource2]; in insertRelationships()
[all …]
/aoo41x/main/starmath/source/
H A Dcfgitem.hxx83 std::deque<SmFntFmtListEntry> aEntries; member in SmFontFormatList
103 size_t GetCount() const { return aEntries.size(); } in GetCount()
/aoo41x/main/svtools/source/contnr/
H A Dimivctl.hxx158 EntryList_Impl aEntries; member in SvxIconChoiceCtrl_Impl
482 sal_uLong GetEntryCount() const { return aEntries.Count(); } in GetEntryCount()
483 …try* GetEntry( sal_uLong nPos ) const { return (SvxIconChoiceCtrlEntry*)aEntries.GetObject(nPos); } in GetEntry()
/aoo41x/main/reportdesign/source/ui/dlg/
H A DAddField.cxx296 uno::Sequence< ::rtl::OUString > aEntries = i_xColumns->getElementNames(); in lcl_addToList() local
297 const ::rtl::OUString* pEntries = aEntries.getConstArray(); in lcl_addToList()
298 sal_Int32 nEntries = aEntries.getLength(); in lcl_addToList()
H A DGroupsSorting.cxx72 uno::Sequence< ::rtl::OUString > aEntries = i_xColumns->getElementNames(); in lcl_addToList_throw() local
73 const ::rtl::OUString* pEntries = aEntries.getConstArray(); in lcl_addToList_throw()
74 sal_Int32 nEntries = aEntries.getLength(); in lcl_addToList_throw()
/aoo41x/main/svtools/source/graphic/
H A Drenderer.cxx214 static ::comphelper::PropertyMapEntry aEntries[] = in createPropertySetInfo()
224 pRet->add( aEntries ); in createPropertySetInfo()
H A Ddescriptor.cxx327 static ::comphelper::PropertyMapEntry aEntries[] = in createPropertySetInfo()
342 pRet->add( aEntries ); in createPropertySetInfo()
/aoo41x/main/cui/source/options/
H A Doptdict.cxx533 Sequence< Reference< XDictionaryEntry > > aEntries( xDic->getEntries() ); in ShowWords_Impl() local
534 const Reference< XDictionaryEntry > *pEntry = aEntries.getConstArray(); in ShowWords_Impl()
535 sal_Int32 nCount = aEntries.getLength(); in ShowWords_Impl()
/aoo41x/main/svx/source/unogallery/
H A Dunogalitem.cxx259 static ::comphelper::PropertyMapEntry aEntries[] = in createPropertySetInfo()
283 pRet->add( aEntries ); in createPropertySetInfo()
/aoo41x/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx629 Sequence < OUString > aEntries; in updateVersions() local
651 aEntries.realloc( xVersions.getLength() + 1 ); in updateVersions()
652 aEntries[0] = OUString( String ( SfxResId( STR_SFX_FILEDLG_ACTUALVERSION ) ) ); in updateVersions()
655 aEntries[ i + 1 ] = xVersions[i].Identifier; in updateVersions()
685 sal_Int32 nCount = aEntries.getLength(); in updateVersions()
691 aValue <<= aEntries; in updateVersions()
/aoo41x/main/sc/source/core/data/
H A Dcolumn.cxx1555 EntryPosPairs aEntries; in MoveTo() local
1557 aEntries.push_back( PosPair(nStartPos, nStopPos)); in MoveTo()
1568 aEntries.push_back( PosPair(nStartPos, nStopPos)); in MoveTo()
1578 aEntries.push_back( PosPair(nStartPos, nStopPos)); in MoveTo()
1587 for (EntryPosPairs::reverse_iterator it( aEntries.rbegin()); in MoveTo()
1588 it != aEntries.rend(); ++it) in MoveTo()
H A Dtable3.cxx1501 std::vector<ScShowRowsEntry> aEntries; in Query() local
1563 aEntries.push_back(ScShowRowsEntry(nOldStart, nOldEnd, bOldResult)); in Query()
1586 aEntries.push_back(ScShowRowsEntry(nOldStart, nOldEnd, bOldResult)); in Query()
1592 std::vector<ScShowRowsEntry>::const_iterator aEnd = aEntries.end(); in Query()
1593 std::vector<ScShowRowsEntry>::const_iterator aIter = aEntries.begin(); in Query()
/aoo41x/main/package/inc/
H A DZipFile.hxx63 EntryHash aEntries; member in ZipFile
120 EntryHash& GetEntryHash() { return aEntries; } in GetEntryHash()
/aoo41x/main/sd/source/ui/inc/
H A Dbmcache.hxx37 List aEntries; member in BitmapCache
/aoo41x/main/offapi/com/sun/star/embed/
H A DXRelationshipAccess.idl238 @param aEntries
258 [in] sequence< sequence< ::com::sun::star::beans::StringPair > > aEntries,
/aoo41x/main/sc/source/ui/inc/
H A Dautostyl.hxx41 List aEntries; member in ScAutoStyleList
H A Dprevloc.hxx98 List aEntries; member in ScPreviewLocationData
/aoo41x/main/vcl/source/control/
H A Dilstbox.cxx2752 String aEntries; in GetMRUEntries() local
2755 aEntries += GetEntryList()->GetEntryText( n ); in GetMRUEntries()
2757 aEntries += cSep; in GetMRUEntries()
2759 return aEntries; in GetMRUEntries()

Completed in 153 milliseconds

123