| /AOO41X/main/chart2/source/tools/ |
| H A D | WrappedIgnoreProperty.cxx | 91 void WrappedIgnoreProperties::addIgnoreLineProperties( std::vector< WrappedProperty* >& rList ) in addIgnoreLineProperties() argument 93 …rList.push_back( new WrappedIgnoreProperty( C2U( "LineStyle" ), uno::makeAny( drawing::LineStyle_S… in addIgnoreLineProperties() 95 …rList.push_back( new WrappedIgnoreProperty( C2U( "LineDashName" ), uno::makeAny( rtl::OUString() )… in addIgnoreLineProperties() 96 … rList.push_back( new WrappedIgnoreProperty( C2U( "LineColor" ), uno::makeAny( sal_Int32(0) ) ) ); in addIgnoreLineProperties() 97 …rList.push_back( new WrappedIgnoreProperty( C2U( "LineTransparence" ), uno::makeAny( sal_Int16(0) … in addIgnoreLineProperties() 98 … rList.push_back( new WrappedIgnoreProperty( C2U( "LineWidth" ), uno::makeAny( sal_Int32(0) ) ) ); in addIgnoreLineProperties() 99 …rList.push_back( new WrappedIgnoreProperty( C2U( "LineJoint" ), uno::makeAny( drawing::LineJoint_R… 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() [all …]
|
| /AOO41X/main/svx/source/items/ |
| H A D | numfmtsh.cxx | 574 short SvxNumberFormatShell::FillEntryList_Impl( SvStrings& rList ) in FillEntryList_Impl() argument 588 FillEListWithStd_Impl(rList,CAT_NUMBER,nSelPos); in FillEntryList_Impl() 589 FillEListWithStd_Impl(rList,CAT_PERCENT,nSelPos); in FillEntryList_Impl() 590 FillEListWithStd_Impl(rList,CAT_CURRENCY,nSelPos); in FillEntryList_Impl() 591 FillEListWithStd_Impl(rList,CAT_DATE,nSelPos); in FillEntryList_Impl() 592 FillEListWithStd_Impl(rList,CAT_TIME,nSelPos); in FillEntryList_Impl() 593 FillEListWithStd_Impl(rList,CAT_SCIENTIFIC,nSelPos); in FillEntryList_Impl() 594 FillEListWithStd_Impl(rList,CAT_FRACTION,nSelPos); in FillEntryList_Impl() 595 FillEListWithStd_Impl(rList,CAT_BOOLEAN,nSelPos); in FillEntryList_Impl() 596 FillEListWithStd_Impl(rList,CAT_TEXT,nSelPos); in FillEntryList_Impl() [all …]
|
| /AOO41X/main/sd/source/ui/view/ |
| H A D | ViewShellManager.cxx | 564 SubShellSubList& rList (iList->second); in DeactivateViewShell() local 565 while ( ! rList.empty()) in DeactivateViewShell() 566 DeactivateSubShell(rShell, rList.front().mnId); in DeactivateViewShell() 638 SubShellSubList& rList (iList->second); in DeactivateShell() local 639 while ( ! rList.empty()) in DeactivateShell() 640 DeactivateSubShell(rShell, rList.front().mnId); in DeactivateShell() 674 SubShellSubList& rList (iList->second); in ActivateSubShell() local 675 if (::std::find_if(rList.begin(),rList.end(), IsId(nId)) != rList.end()) in ActivateSubShell() 681 rList.push_back(ShellDescriptor(NULL, nId)); in ActivateSubShell() 703 SubShellSubList& rList (iList->second); in DeactivateSubShell() local [all …]
|
| /AOO41X/main/chart2/source/controller/chartapiwrapper/ |
| H A D | WrappedAxisAndGridExistenceProperties.cxx | 68 …WrappedAxisAndGridExistenceProperties::addWrappedProperties( std::vector< WrappedProperty* >& rList in addWrappedProperties() argument 71 …rList.push_back( new WrappedAxisAndGridExistenceProperty( true, true, 0, spChart2ModelContact ) );… in addWrappedProperties() 72 …rList.push_back( new WrappedAxisAndGridExistenceProperty( true, false, 0, spChart2ModelContact ) )… in addWrappedProperties() 73 …rList.push_back( new WrappedAxisAndGridExistenceProperty( false, true, 0, spChart2ModelContact ) )… in addWrappedProperties() 74 …rList.push_back( new WrappedAxisAndGridExistenceProperty( false, false, 0, spChart2ModelContact ) … in addWrappedProperties() 76 …rList.push_back( new WrappedAxisAndGridExistenceProperty( true, true, 1, spChart2ModelContact ) );… in addWrappedProperties() 77 …rList.push_back( new WrappedAxisAndGridExistenceProperty( true, false, 1, spChart2ModelContact ) )… in addWrappedProperties() 78 …rList.push_back( new WrappedAxisAndGridExistenceProperty( false, true, 1, spChart2ModelContact ) )… in addWrappedProperties() 79 …rList.push_back( new WrappedAxisAndGridExistenceProperty( false, false, 1, spChart2ModelContact ) … in addWrappedProperties() 81 …rList.push_back( new WrappedAxisAndGridExistenceProperty( true, true, 2, spChart2ModelContact ) );… in addWrappedProperties() [all …]
|
| H A D | WrappedScaleProperty.cxx | 115 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() 123 rList.push_back( new WrappedScaleProperty( SCALE_PROP_STEPHELP_COUNT, 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() [all …]
|
| H A D | WrappedStatisticProperties.cxx | 1006 void lcl_addWrappedProperties( std::vector< WrappedProperty* >& rList in lcl_addWrappedProperties() argument 1010 rList.push_back( new WrappedConstantErrorLowProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties() 1011 rList.push_back( new WrappedConstantErrorHighProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties() 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() 1015 rList.push_back( new WrappedPercentageErrorProperty( 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() 1018 …rList.push_back( new WrappedErrorBarRangePositiveProperty( spChart2ModelContact, ePropertyType ) ); in lcl_addWrappedProperties() [all …]
|
| /AOO41X/main/tools/inc/tools/ |
| H A D | list.hxx | 59 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 D | ref.hxx | 171 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 …]
|
| /AOO41X/main/sw/source/core/access/ |
| H A D | accfrmobjslist.cxx | 40 : 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 ++()
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | numfmtsh.hxx | 208 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, s… 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 …]
|
| /AOO41X/main/filter/source/graphicfilter/icgm/ |
| H A D | elements.cxx | 327 void CGMElements::DeleteAllBundles( List& rList ) in DeleteAllBundles() argument 329 void* pPtr = rList.First(); in DeleteAllBundles() 333 pPtr = rList.Next(); in DeleteAllBundles() 356 Bundle* CGMElements::GetBundleIndex( sal_uInt32 nIndex, List& rList, Bundle& rBundle ) in GetBundleIndex() argument 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() 379 Bundle* CGMElements::InsertBundle( List& rList, Bundle& rBundle ) in InsertBundle() argument [all …]
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | docruby.cxx | 59 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()
|
| /AOO41X/main/cui/source/dialogs/ |
| H A D | srchxtra.cxx | 145 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()
|
| /AOO41X/main/dbaccess/source/ui/app/ |
| H A D | AppDetailView.cxx | 766 TaskEntryList& rList( _rData.aTasks ); in impl_fillTaskPaneData() local 767 rList.clear(); rList.reserve( 4 ); in impl_fillTaskPaneData() 772 …rList.push_back( TaskEntry( ".uno:DBNewTable", RID_STR_TABLES_HELP_TEXT_DESIGN, RID_STR_NEW_TABLE … in impl_fillTaskPaneData() 773 …rList.push_back( TaskEntry( ".uno:DBNewTableAutoPilot", RID_STR_TABLES_HELP_TEXT_WIZARD, RID_STR_N… in impl_fillTaskPaneData() 774 …rList.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() 780 …rList.push_back( TaskEntry( ".uno:DBNewFormAutoPilot", RID_STR_FORMS_HELP_TEXT_WIZARD, RID_STR_NEW… in impl_fillTaskPaneData() 785 …rList.push_back( TaskEntry( ".uno:DBNewReport", RID_STR_REPORT_HELP_TEXT, RID_STR_NEW_REPORT, true… in impl_fillTaskPaneData() 786 …rList.push_back( TaskEntry( ".uno:DBNewReportAutoPilot", RID_STR_REPORTS_HELP_TEXT_WIZARD, RID_STR… in impl_fillTaskPaneData() 791 … rList.push_back( TaskEntry( ".uno:DBNewQuery", RID_STR_QUERIES_HELP_TEXT, RID_STR_NEW_QUERY ) ); in impl_fillTaskPaneData() [all …]
|
| /AOO41X/main/sax/test/sax/ |
| H A D | testwriter.cxx | 473 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() 529 r->startElement( OUString( RTL_CONSTASCII_USTRINGPARAM("emptytagtest")) , 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() 578 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() [all …]
|
| /AOO41X/main/extensions/test/sax/ |
| H A D | testwriter.cxx | 573 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 …]
|
| /AOO41X/main/starmath/inc/ |
| H A D | utility.hxx | 179 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);
|
| /AOO41X/main/idl/source/objects/ |
| H A D | slot.cxx | 1041 void SvMetaSlot::Insert( SvSlotElementList& rList, const ByteString & rPrefix, in Insert() argument 1046 sal_uInt16 nListCount = (sal_uInt16) rList.Count(); in Insert() 1053 nPos = rList.GetObject(0)->xSlot->GetSlotId().GetValue() >= nId ? 0 : 1; in Insert() 1063 int nDiff = (int) nId - (int) rList.GetObject(nMid)->xSlot->GetSlotId().GetValue(); in Insert() 1087 (sal_uInt16) rList.GetObject(nPos)->xSlot->GetSlotId().GetValue(), in Insert() 1090 (sal_uInt16) rList.GetObject(nPos-1)->xSlot->GetSlotId().GetValue(), in Insert() 1093 (sal_uInt16) rList.GetObject(nPos+1)->xSlot->GetSlotId().GetValue(), in Insert() 1096 rList.Insert( new SvSlotElement( this, rPrefix ), nPos ); in Insert() 1152 xEnumSlot->Insert( rList, rPrefix, rBase); in Insert() 1162 rList.Seek((sal_uLong)0); in Insert() [all …]
|
| H A D | object.cxx | 724 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 …]
|
| /AOO41X/main/sdext/source/minimizer/ |
| H A D | optimizerdialogcontrols.cxx | 471 const std::vector< OptimizerSettings >& rList( GetOptimizerSettings() ); in UpdateControlStatesPage0() local 472 if ( rList.size() > 1 ) // the first session in the list is the actual one -> skipping first one in UpdateControlStatesPage0() 474 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() 695 const std::vector< OptimizerSettings >& rList( GetOptimizerSettings() ); in UpdateControlStatesPage4() local 696 if ( rList.size() > 1 ) // the first session in the list is the actual one -> skipping first one in UpdateControlStatesPage4() 698 aItemList.realloc( rList.size() - 1 ); in UpdateControlStatesPage4() 699 for ( w = 1; w < rList.size(); w++ ) in UpdateControlStatesPage4() [all …]
|
| /AOO41X/main/linguistic/source/ |
| H A D | iprcache.cxx | 263 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()
|
| /AOO41X/main/svl/source/items/ |
| H A D | ilstitem.cxx | 42 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()
|
| /AOO41X/main/toolkit/source/controls/ |
| H A D | stdtabcontrollermodel.cxx | 83 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 …]
|
| /AOO41X/main/uui/source/ |
| H A D | cookiedg.cxx | 87 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()
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | dpobject.cxx | 1147 bool lcl_ParseFunction( const String& rList, xub_StrLen nStartPos, xub_StrLen& rEndPos, sheet::Gene… in lcl_ParseFunction() argument 1169 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() 1201 while ( nFuncEnd < nListLen && rList.GetChar(nFuncEnd) == ' ' ) in lcl_ParseFunction() 1211 bool lcl_IsAtStart( const String& rList, const String& rSearch, sal_Int32& rMatched, in lcl_IsAtStart() argument 1216 sal_Unicode cFirst = rList.GetChar(0); in lcl_IsAtStart() [all …]
|