Home
last modified time | relevance | path

Searched refs:rList (Results 1 – 25 of 208) sorted by relevance

123456789

/trunk/main/chart2/source/tools/
H A DWrappedIgnoreProperty.cxx91 void WrappedIgnoreProperties::addIgnoreLineProperties( std::vector< WrappedProperty* >& rList ) in addIgnoreLineProperties() argument
95rList.push_back( new WrappedIgnoreProperty( C2U( "LineDashName" ), uno::makeAny( rtl::OUString() )… in addIgnoreLineProperties()
96rList.push_back( new WrappedIgnoreProperty( C2U( "LineColor" ), uno::makeAny( sal_Int32(0) ) ) ); in addIgnoreLineProperties()
97rList.push_back( new WrappedIgnoreProperty( C2U( "LineTransparence" ), uno::makeAny( sal_Int16(0) … in addIgnoreLineProperties()
98rList.push_back( new WrappedIgnoreProperty( C2U( "LineWidth" ), uno::makeAny( sal_Int32(0) ) ) ); in addIgnoreLineProperties()
102 void WrappedIgnoreProperties::addIgnoreFillProperties( std::vector< WrappedProperty* >& rList ) in addIgnoreFillProperties() argument
104 addIgnoreFillProperties_without_BitmapProperties( rList ); in addIgnoreFillProperties()
105 addIgnoreFillProperties_only_BitmapProperties( rList ); in addIgnoreFillProperties()
111rList.push_back( new WrappedIgnoreProperty( C2U( "FillColor" ), uno::makeAny( sal_Int32(-1) ) ) ); in addIgnoreFillProperties_without_BitmapProperties()
112rList.push_back( new WrappedIgnoreProperty( C2U( "FillTransparence" ), uno::makeAny( sal_Int16(0) … in addIgnoreFillProperties_without_BitmapProperties()
[all …]
/trunk/main/svx/source/items/
H A Dnumfmtsh.cxx719 rList.Insert( pStr,rList.Count()); in FillEListWithFormats_Impl()
764 rList.Insert( pStr,rList.Count()); in FillEListWithDateTime_Impl()
853 rList.Insert( pStr,rList.Count()); in FillEListWithSysCurrencys()
892 rList.Insert( pStr,rList.Count()); in FillEListWithSysCurrencys()
1070 rList.Insert(aList[j],nPos); in FillEListWithUserCurrencys()
1081 rList.Insert(aList[i],rList.Count()); in FillEListWithUserCurrencys()
1152 rList.Insert( pStr,rList.Count()); in FillEListWithUsD_Impl()
1577 rList.Insert( pStr,rList.Count()); in GetCurrencySymbols()
1584 rList.Insert( pStr,rList.Count()); in GetCurrencySymbols()
1612 rList.Insert( pStr,j); in GetCurrencySymbols()
[all …]
/trunk/main/sd/source/ui/view/
H A DViewShellManager.cxx565 while ( ! rList.empty()) in DeactivateViewShell()
675 if (::std::find_if(rList.begin(),rList.end(), IsId(nId)) != rList.end()) in ActivateSubShell()
705 ::std::find_if(rList.begin(),rList.end(), IsId(nId))); in DeactivateSubShell()
717 rList.erase(iShell); in DeactivateSubShell()
738 ::std::find_if(rList.begin(),rList.end(), IsId(nId))); in MoveSubShellToTop()
739 if (iShell!=rList.end() && iShell!=rList.begin()) in MoveSubShellToTop()
742 rList.erase(iShell); in MoveSubShellToTop()
853 ::std::find_if(rList.begin(),rList.end(), IsId(nId))); in GetShell()
1105 for (iSubShell=rList.begin(); iSubShell!=rList.end(); ++iSubShell) in CreateShells()
1153 for (iSubShell=rList.rbegin(); iSubShell!=rList.rend(); ++iSubShell) in CreateTargetStack()
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedAxisAndGridExistenceProperties.cxx68 …WrappedAxisAndGridExistenceProperties::addWrappedProperties( std::vector< WrappedProperty* >& rList in addWrappedProperties() argument
71rList.push_back( new WrappedAxisAndGridExistenceProperty( true, true, 0, spChart2ModelContact ) );… in addWrappedProperties()
76rList.push_back( new WrappedAxisAndGridExistenceProperty( true, true, 1, spChart2ModelContact ) );… in addWrappedProperties()
237 …d WrappedAxisTitleExistenceProperties::addWrappedProperties( std::vector< WrappedProperty* >& rList in addWrappedProperties() argument
240rList.push_back( new WrappedAxisTitleExistenceProperty( 0, spChart2ModelContact ) );//x axis title in addWrappedProperties()
241rList.push_back( new WrappedAxisTitleExistenceProperty( 1, spChart2ModelContact ) );//y axis title in addWrappedProperties()
242rList.push_back( new WrappedAxisTitleExistenceProperty( 2, spChart2ModelContact ) );//z axis title in addWrappedProperties()
356 …d WrappedAxisLabelExistenceProperties::addWrappedProperties( std::vector< WrappedProperty* >& rList in addWrappedProperties() argument
359rList.push_back( new WrappedAxisLabelExistenceProperty( true, 0, spChart2ModelContact ) );//x axis in addWrappedProperties()
360rList.push_back( new WrappedAxisLabelExistenceProperty( true, 1, spChart2ModelContact ) );//y axis in addWrappedProperties()
[all …]
H A DWrappedScaleProperty.cxx115 void WrappedScaleProperty::addWrappedProperties( std::vector< WrappedProperty* >& rList in addWrappedProperties() argument
118 rList.push_back( new WrappedScaleProperty( SCALE_PROP_MAX, spChart2ModelContact ) ); in addWrappedProperties()
119 rList.push_back( new WrappedScaleProperty( SCALE_PROP_MIN, spChart2ModelContact ) ); in addWrappedProperties()
120 rList.push_back( new WrappedScaleProperty( SCALE_PROP_ORIGIN, spChart2ModelContact ) ); in addWrappedProperties()
121 rList.push_back( new WrappedScaleProperty( SCALE_PROP_STEPMAIN, spChart2ModelContact ) ); in addWrappedProperties()
122 rList.push_back( new WrappedScaleProperty( SCALE_PROP_STEPHELP, spChart2ModelContact ) ); in addWrappedProperties()
124 rList.push_back( new WrappedScaleProperty( SCALE_PROP_AUTO_MAX, spChart2ModelContact ) ); in addWrappedProperties()
125 rList.push_back( new WrappedScaleProperty( SCALE_PROP_AUTO_MIN, spChart2ModelContact ) ); in addWrappedProperties()
126 rList.push_back( new WrappedScaleProperty( SCALE_PROP_AUTO_ORIGIN, spChart2ModelContact ) ); in addWrappedProperties()
129 rList.push_back( new WrappedScaleProperty( SCALE_PROP_AXIS_TYPE, spChart2ModelContact ) ); in addWrappedProperties()
[all …]
H A DWrappedStatisticProperties.cxx1006 void lcl_addWrappedProperties( std::vector< WrappedProperty* >& rList in lcl_addWrappedProperties() argument
1012 rList.push_back( new WrappedMeanValueProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
1013 rList.push_back( new WrappedErrorCategoryProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
1014 rList.push_back( new WrappedErrorBarStyleProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
1016 rList.push_back( new WrappedErrorMarginProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
1017 rList.push_back( new WrappedErrorIndicatorProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties()
1021 rList.push_back( new WrappedStatisticPropertySetProperty( in lcl_addWrappedProperties()
1023 rList.push_back( new WrappedStatisticPropertySetProperty( in lcl_addWrappedProperties()
1025 rList.push_back( new WrappedStatisticPropertySetProperty( in lcl_addWrappedProperties()
1129 lcl_addWrappedProperties( rList, spChart2ModelContact, DATA_SERIES ); in addWrappedPropertiesForSeries()
[all …]
/trunk/main/tools/inc/tools/
H A Dlist.hxx59 List( const List& rList ) : Container( rList ) {} in List() argument
61 List& operator =( const List& rList ) in operator =() argument
62 { Container::operator =( rList ); return *this; } in operator =()
64 sal_Bool operator ==( const List& rList ) const in operator ==()
65 { return Container::operator ==( rList ); } in operator ==()
66 sal_Bool operator !=( const List& rList ) const in operator !=()
67 { return Container::operator !=( rList ); } in operator !=()
133 sal_Bool operator ==( const ClassName& rList ) const \
134 { return List::operator ==( rList ); } \
135 sal_Bool operator !=( const ClassName& rList ) const \
[all …]
H A Dref.hxx171 CN##MemberList & rList = (CN##MemberList &)rRef; \
172 sal_uIntPtr nOldCount = rList.Count(); \
174 EN pEntry = rList.First(); \
176 { pEntry->AddRef(); pEntry = rList.Next(); } \
177 rList.Seek( nOldCount ); /* Curser zurueck */ \
219 inline void CN##MemberList::Append( const CN##MemberList & rList )\
221 for( sal_uIntPtr i = 0; i < rList.Count(); i++ )\
222 Append( rList.GetObject( i ) );\
255 inline void Append( const Class##MemberList & rList );
297 inline void ClassName##MemberList::Append( const ClassName##MemberList & rList )\
[all …]
/trunk/main/sw/source/core/access/
H A Daccfrmobjslist.cxx40 : rList( rLst ), in SwAccessibleChildSList_const_iterator()
41 aCurr( rList.GetFrm().GetLower() ), in SwAccessibleChildSList_const_iterator()
46 const SwFrm& rFrm = rList.GetFrm(); in SwAccessibleChildSList_const_iterator()
83 if( rList.IsVisibleChildrenOnly() ) in SwAccessibleChildSList_const_iterator()
88 !aCurr.GetBox( rAccMap ).IsOver( rList.GetVisArea() ) ) in SwAccessibleChildSList_const_iterator()
113 const SwFrm& rFrm = rList.GetFrm(); in next()
138 rList.GetAccMap().GetContextImpl( &rFrm, sal_False ); in next()
157 !aCurr.GetBox( rList.GetAccMap() ).IsOver( rList.GetVisArea() ) ) in next_visible()
167 return rList.IsVisibleChildrenOnly() ? next_visible() : next(); in operator ++()
/trunk/main/svx/inc/svx/
H A Dnumfmtsh.hxx208 void GetCurrencySymbols( SvStringsDtor& rList, sal_uInt16* pPos );
209 void GetCurrencySymbols( SvStringsDtor& rList, sal_Bool bFlag );
214 void GetCurrencyFormats(SvStrings& rList);
239 SVX_DLLPRIVATE short FillEntryList_Impl( SvStrings& rList );
240 SVX_DLLPRIVATE void FillEListWithStd_Impl( SvStrings& rList,sal_uInt16 aPrivCat, short &Pos);
241 SVX_DLLPRIVATE short FillEListWithFormats_Impl( SvStrings& rList,short nSelPos,
245 SVX_DLLPRIVATE short FillEListWithDateTime_Impl( SvStrings& rList,short nSelPos);
247 SVX_DLLPRIVATE short FillEListWithCurrency_Impl( SvStrings& rList,short nSelPos);
248 SVX_DLLPRIVATE short FillEListWithSysCurrencys( SvStrings& rList,short nSelPos);
249 SVX_DLLPRIVATE short FillEListWithUserCurrencys( SvStrings& rList,short nSelPos);
[all …]
/trunk/main/filter/source/graphicfilter/icgm/
H A Delements.cxx327 void CGMElements::DeleteAllBundles( List& rList ) in DeleteAllBundles() argument
329 void* pPtr = rList.First(); in DeleteAllBundles()
333 pPtr = rList.Next(); in DeleteAllBundles()
359 Bundle* pBundle = GetBundle( rList, nIndex ); in GetBundleIndex()
361 pBundle = InsertBundle( rList, rBundle ); in GetBundleIndex()
367 Bundle* CGMElements::GetBundle( List& rList, long nIndex ) in GetBundle() argument
369 Bundle* pBundle = (Bundle*)rList.First(); in GetBundle()
372 pBundle = (Bundle*)rList.Next(); in GetBundle()
381 Bundle* pBundle = GetBundle( rList, rBundle.GetIndex() ); in InsertBundle()
384 rList.Remove( pBundle ); in InsertBundle()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocruby.cxx59 sal_uInt16 SwDoc::FillRubyList( const SwPaM& rPam, SwRubyList& rList, in FillRubyList() argument
82 rList.Insert( pNew, rList.Count() ); in FillRubyList()
97 } while( 30 > rList.Count() && *aPam.GetPoint() < *pEnd ); in FillRubyList()
99 } while( 30 > rList.Count() && in FillRubyList()
102 return rList.Count(); in FillRubyList()
105 sal_uInt16 SwDoc::SetRubyList( const SwPaM& rPam, const SwRubyList& rList, in SetRubyList() argument
135 const SwRubyListEntry* pEntry = rList[ nListEntry++ ]; in SetRubyList()
167 const SwRubyListEntry* pEntry = rList[ nListEntry++ ]; in SetRubyList()
184 } while( nListEntry < rList.Count() && *aPam.GetPoint() < *pEnd ); in SetRubyList()
186 } while( 30 > rList.Count() && in SetRubyList()
/trunk/main/cui/source/dialogs/
H A Dsrchxtra.cxx145 rList( rLst ) in SvxSearchAttributeDialog()
170 for ( sal_uInt16 i = 0; !bFound && i < rList.Count(); ++i ) in SvxSearchAttributeDialog()
172 if ( nSlot == rList[i].nSlot ) in SvxSearchAttributeDialog()
175 if ( IsInvalidItem( rList[i].pItem ) ) in SvxSearchAttributeDialog()
218 for ( j = rList.Count(); j; ) in IMPL_LINK()
220 SearchAttrItem& rItem = rList[ --j ]; in IMPL_LINK()
239 rList.Insert( aInvalidItem ); in IMPL_LINK()
244 for ( sal_uInt16 n = rList.Count(); n; ) in IMPL_LINK()
245 if ( !rList[ --n ].pItem ) in IMPL_LINK()
246 rList.Remove( n ); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailView.cxx766 TaskEntryList& rList( _rData.aTasks ); in impl_fillTaskPaneData() local
767 rList.clear(); rList.reserve( 4 ); in impl_fillTaskPaneData()
772rList.push_back( TaskEntry( ".uno:DBNewTable", RID_STR_TABLES_HELP_TEXT_DESIGN, RID_STR_NEW_TABLE … in impl_fillTaskPaneData()
774rList.push_back( TaskEntry( ".uno:DBNewView", RID_STR_VIEWS_HELP_TEXT_DESIGN, RID_STR_NEW_VIEW, tr… in impl_fillTaskPaneData()
779 rList.push_back( TaskEntry( ".uno:DBNewForm", RID_STR_FORMS_HELP_TEXT, RID_STR_NEW_FORM ) ); in impl_fillTaskPaneData()
791 rList.push_back( TaskEntry( ".uno:DBNewQuery", RID_STR_QUERIES_HELP_TEXT, RID_STR_NEW_QUERY ) ); in impl_fillTaskPaneData()
804 for ( TaskEntryList::iterator pTask = rList.begin(); in impl_fillTaskPaneData()
805 pTask != rList.end(); in impl_fillTaskPaneData()
811 pTask = rList.erase( pTask ); in impl_fillTaskPaneData()
820 for ( TaskEntryList::iterator pTask = rList.begin(); in impl_fillTaskPaneData()
[all …]
/trunk/main/sax/test/sax/
H A Dtestwriter.cxx473 Reference< XAttributeList > rList( (XAttributeList *) pList , UNO_QUERY ); in testSimple() local
492 r->startElement( OUString( RTL_CONSTASCII_USTRINGPARAM("tag1")) , rList ); in testSimple()
498 r->startElement( OUString( RTL_CONSTASCII_USTRINGPARAM("hi")) , rList ); in testSimple()
546 Reference< XAttributeList > rList( (XAttributeList *) pList , UNO_QUERY ); in testExceptions() local
560 r->startElement( OUString( RTL_CONSTASCII_USTRINGPARAM("huhu")) , rList ); in testExceptions()
572 r->startElement( OUString( RTL_CONSTASCII_USTRINGPARAM("huhu")) , rList ); in testExceptions()
613 Reference< XAttributeList > rList( (XAttributeList *) pList , UNO_QUERY ); in testDTD() local
626 r->startElement( OUString( RTL_CONSTASCII_USTRINGPARAM("huhu")) , rList ); in testDTD()
644 Reference< XAttributeList > rList( (XAttributeList *) pList , UNO_QUERY ); in testPerformance() local
668 OUString::valueOf( i2 ), rList ); in testPerformance()
[all …]
/trunk/main/extensions/test/sax/
H A Dtestwriter.cxx573 XAttributeListRef rList( (XAttributeList *) pList , USR_QUERY ); in testSimple() local
588 r->startElement( L"tag1" , rList ); in testSimple()
594 r->startElement( L"hi" , rList ); in testSimple()
625 r->startElement( L"emptytagtest" , rList ); in testSimple()
642 XAttributeListRef rList( (XAttributeList *) pList , USR_QUERY ); in testExceptions() local
655 r->startElement( L"huhu" , rList ); in testExceptions()
666 r->startElement( L"huhu" , rList ); in testExceptions()
672 r->startElement( L"huhu" , rList ); in testExceptions()
693 XAttributeListRef rList( (XAttributeList *) pList , USR_QUERY ); in testDTD() local
706 r->startElement( L"huhu" , rList ); in testDTD()
[all …]
/trunk/main/starmath/inc/
H A Dutility.hxx179 SmPickList& operator = (const SmPickList& rList);
230 inline SmStringPickList& operator = (const SmStringPickList& rList);
234 inline SmStringPickList& SmStringPickList::operator = (const SmStringPickList& rList) in operator =() argument
236 *(SmPickList *)this = *(SmPickList *)&rList; return *this; in operator =()
293 inline SmFontPickList& operator = (const SmFontPickList& rList);
301 inline SmFontPickList& SmFontPickList::operator = (const SmFontPickList& rList) in operator =() argument
303 *(SmPickList *)this = *(SmPickList *)&rList; return *this; in operator =()
338 SmStringPickComboBox& operator = (const SmStringPickList& rList);
361 SmFontPickListBox& operator = (const SmFontPickList& rList);
/trunk/main/idl/source/objects/
H A Dslot.cxx1152 xEnumSlot->Insert( rList, rPrefix, rBase); in Insert()
1162 rList.Seek((sal_uLong)0); in Insert()
1167 pEle = rList.Next(); in Insert()
1215 for( sal_uInt16 n = 0; n < rList.Count(); n++ ) in WriteSlotStubs()
1217 if( *(rList.GetObject(n)) == aMethodName ) in WriteSlotStubs()
1239 for ( sal_uInt16 n=0; n < rList.Count(); n++ ) in WriteSlotStubs()
1241 if ( *(rList.GetObject(n)) == aMethodName ) in WriteSlotStubs()
1546 const SvMetaAttributeMemberList & rList = in WriteSlotParamArray() local
1548 for( sal_uLong n = 0; n < rList.Count(); n++ ) in WriteSlotParamArray()
1550 SvMetaAttribute * pPar = rList.GetObject( n ); in WriteSlotParamArray()
[all …]
H A Dobject.cxx724 void SvMetaClass::InsertSlots( SvSlotElementList& rList, SvULongs& rSuperList, in InsertSlots() argument
753 pAttr->Insert(rList, rPrefix, rBase); in InsertSlots()
776 pCl->InsertSlots( rList, rSuperList, rClassList, rPre, rBase ); in InsertSlots()
782 aSuperClass->InsertSlots( rList, rSuperList, rClassList, rPrefix, rBase ); in InsertSlots()
791 void SvMetaClass::FillClasses( SvMetaClassList & rList ) in FillClasses() argument
794 if ( rList.GetPos(this) == LIST_ENTRY_NOTFOUND ) in FillClasses()
796 rList.Insert(this, LIST_APPEND); in FillClasses()
803 pCl->FillClasses( rList ); in FillClasses()
808 aSuperClass->FillClasses( rList ); in FillClasses()
820 ByteStringList & rList, in WriteSlotStubs() argument
[all …]
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialogcontrols.cxx474 aItemList.realloc( rList.size() - 1 ); in UpdateControlStatesPage0()
475 for ( i = 1; i < rList.size(); i++ ) in UpdateControlStatesPage0()
477 aItemList[ i - 1 ] = rList[ i ].maName; in UpdateControlStatesPage0()
480 if ( rList[ i ] == rList[ 0 ] ) in UpdateControlStatesPage0()
698 aItemList.realloc( rList.size() - 1 ); in UpdateControlStatesPage4()
699 for ( w = 1; w < rList.size(); w++ ) in UpdateControlStatesPage4()
708 for ( w = 1; w < rList.size(); w++ ) in UpdateControlStatesPage4()
710 if ( rList[ w ] == rList[ 0 ] ) in UpdateControlStatesPage4()
982 for ( i = 1; i < rList.size(); i++ ) in InitPage4()
984 if ( rList[ i ].maName == aTemp ) in InitPage4()
[all …]
/trunk/main/linguistic/source/
H A Diprcache.cxx263 WordList_t &rList = aWordLists[ nLang ]; in CheckWord() local
264 const WordList_t::const_iterator aIt = rList.find( rWord ); in CheckWord()
265 return aIt != rList.end(); in CheckWord()
271 WordList_t & rList = aWordLists[ nLang ]; in AddWord() local
273 if (rList.size() > 500) in AddWord()
274 rList.clear(); in AddWord()
275 rList.insert( rWord ); in AddWord()
/trunk/main/svl/source/items/
H A Dilstitem.cxx42 SfxIntegerListItem::SfxIntegerListItem( sal_uInt16 which, const SvULongs& rList ) in SfxIntegerListItem() argument
45 m_aList.realloc( rList.Count() ); in SfxIntegerListItem()
46 for ( sal_uInt16 n=0; n<rList.Count(); n++ ) in SfxIntegerListItem()
47 m_aList[n] = rList[n]; in SfxIntegerListItem()
95 void SfxIntegerListItem::GetList( SvULongs& rList ) const in GetList()
98 rList.Insert( m_aList[n], sal::static_int_cast< sal_uInt16 >(n) ); in GetList()
/trunk/main/toolkit/source/controls/
H A Dstdtabcontrollermodel.cxx83 sal_uInt32 StdTabControllerModel::ImplGetControlCount( const UnoControlModelEntryList& rList ) const in ImplGetControlCount()
86 sal_uInt32 nEntries = rList.Count(); in ImplGetControlCount()
89 UnoControlModelEntry* pEntry = rList.GetObject( n ); in ImplGetControlCount()
98 …ce< ::com::sun::star::awt::XControlModel > ** ppRefs, const UnoControlModelEntryList& rList ) const in ImplGetControlModels()
100 sal_uInt32 nEntries = rList.Count(); in ImplGetControlModels()
103 UnoControlModelEntry* pEntry = rList.GetObject( n ); in ImplGetControlModels()
114 void StdTabControllerModel::ImplSetControlModels( UnoControlModelEntryList& rList, const ::com::sun… in ImplSetControlModels() argument
124 rList.Insert( pNewEntry, LIST_APPEND ); in ImplSetControlModels()
128 …rence< ::com::sun::star::awt::XControlModel > xCtrl, const UnoControlModelEntryList& rList ) const in ImplGetControlPos()
130 for ( sal_uInt32 n = rList.Count(); n; ) in ImplGetControlPos()
[all …]
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx1169 const xub_StrLen nListLen = rList.Len(); in lcl_ParseFunction()
1170 while ( nStartPos < nListLen && rList.GetChar(nStartPos) == ' ' ) in lcl_ParseFunction()
1177 if ( nStartPos < nListLen && rList.GetChar(nStartPos) == '\'' ) in lcl_ParseFunction()
1178 bParsed = lcl_Dequote( rList, nStartPos, nFuncEnd, aFuncStr ); in lcl_ParseFunction()
1181 nFuncEnd = rList.Search( static_cast<sal_Unicode>(']'), nStartPos ); in lcl_ParseFunction()
1184 aFuncStr = rList.Copy( nStartPos, nFuncEnd - nStartPos ); in lcl_ParseFunction()
1216 sal_Unicode cFirst = rList.GetChar(0); in lcl_IsAtStart()
1226 bParsed = lcl_Dequote( rList, 0, nQuoteEnd, aDequoted ); in lcl_IsAtStart()
1232 const xub_StrLen nListLen = rList.Len(); in lcl_IsAtStart()
1292 ScGlobal::GetpTransliteration()->equals( rList, 0, rList.Len(), nMatchList, in lcl_IsAtStart()
[all …]
/trunk/main/uui/source/
H A Dcookiedg.cxx87 List& rList =mpCookieRequest->m_rCookieList; in CookiesDialog() local
90 for ( sal_uInt16 i = (sal_uInt16)rList.Count(); i--; ) in CookiesDialog()
92 CntHTTPCookie* pCookie = (CntHTTPCookie*)rList.GetObject(i); in CookiesDialog()
123 List& rList = mpCookieRequest->m_rCookieList; in Execute() local
125 for ( sal_uInt16 i = (sal_uInt16)rList.Count(); i--; ) in Execute()
127 sal_uInt16& rStatus = ( (CntHTTPCookie*)rList.GetObject(i) )->m_nPolicy; in Execute()

Completed in 175 milliseconds

123456789