Home
last modified time | relevance | path

Searched refs:rList (Results 51 – 75 of 208) sorted by relevance

123456789

/aoo41x/main/forms/source/component/
H A DDatabaseForm.cxx677 rList.push_back( HtmlSuccessfulObj(aLhs, aRhs) ); in AppendComponent()
682 rList.push_back( HtmlSuccessfulObj(aLhs, aRhs) ); in AppendComponent()
752 rList.push_back( HtmlSuccessfulObj(aName, sText) ); in AppendComponent()
764 rList.push_back( HtmlSuccessfulObj(aName, aText) ); in AppendComponent()
784 rList.push_back( HtmlSuccessfulObj(aName, aText) ); in AppendComponent()
807 rList.push_back( HtmlSuccessfulObj(aName, aText) ); in AppendComponent()
830 rList.push_back( HtmlSuccessfulObj(aName, aText) ); in AppendComponent()
843 rList.push_back( HtmlSuccessfulObj(aName, aText) ); in AppendComponent()
933 rList.reserve( nCount + rList.capacity() ); // not size() in AppendComponent()
949 rList.clear(); in FillSuccessfulList()
[all …]
/aoo41x/main/sc/source/core/tool/
H A Drangelst.cxx285 ScRangeList::ScRangeList( const ScRangeList& rList ) : in ScRangeList() argument
289 sal_uLong nListCount = rList.Count(); in ScRangeList()
291 Append( *rList.GetObject( j ) ); in ScRangeList()
295 ScRangeList& ScRangeList::operator=(const ScRangeList& rList) in operator =() argument
299 sal_uLong nListCount = rList.Count(); in operator =()
301 Append( *rList.GetObject( j ) ); in operator =()
H A Ddetdata.cxx43 ScDetOpList::ScDetOpList(const ScDetOpList& rList) : in ScDetOpList() argument
47 sal_uInt16 nCount = rList.Count(); in ScDetOpList()
50 Append( new ScDetOpData(*rList[i]) ); in ScDetOpList()
/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DWrappedSplineProperties.cxx224 void WrappedSplineProperties::addWrappedProperties( std::vector< WrappedProperty* >& rList in addWrappedProperties() argument
227 rList.push_back( new WrappedSplineTypeProperty( spChart2ModelContact ) ); in addWrappedProperties()
228rList.push_back( new WrappedSplineProperty<sal_Int32>( C2U("SplineOrder"), C2U("SplineOrder")… in addWrappedProperties()
229rList.push_back( new WrappedSplineProperty<sal_Int32>( C2U("SplineResolution"), C2U("CurveResoluti… in addWrappedProperties()
H A DWrappedDataCaptionProperties.hxx46 static void addWrappedPropertiesForSeries( std::vector< WrappedProperty* >& rList
48 static void addWrappedPropertiesForDiagram( std::vector< WrappedProperty* >& rList
/aoo41x/main/svx/source/fmcomp/
H A Dgridcols.cxx71 sal_Int32 lcl_findPos(const ::rtl::OUString& aStr, const Sequence< ::rtl::OUString>& rList) in lcl_findPos() argument
73 const ::rtl::OUString* pStrList = rList.getConstArray(); in lcl_findPos()
74 …::rtl::OUString* pResult = (::rtl::OUString*) bsearch(&aStr, (void*)pStrList, rList.getLength(), s… in lcl_findPos()
/aoo41x/main/svx/source/accessibility/
H A DGraphCtlAccessibleContext.cxx686 const SdrMarkList& rList = mpView->GetMarkedObjectList(); in getSelectedAccessibleChildCount() local
687 return rList.GetMarkCount(); in getSelectedAccessibleChildCount()
701 const SdrMarkList& rList = mpView->GetMarkedObjectList(); in getSelectedAccessibleChild() local
702 SdrObject* pObj = rList.GetMark(nIndex)->GetMarkedSdrObj(); in getSelectedAccessibleChild()
719 const SdrMarkList& rList = mpView->GetMarkedObjectList(); in deselectAccessibleChild() local
724 SdrMarkList aRefList( rList ); in deselectAccessibleChild()
/aoo41x/main/svx/source/svdraw/
H A Dsdrhittesthelper.cxx100 const SdrObjList& rList, in SdrObjListPrimitiveHit() argument
107 sal_uInt32 nObjNum(rList.GetObjCount()); in SdrObjListPrimitiveHit()
113 SdrObject* pObj = rList.GetObj(nObjNum); in SdrObjListPrimitiveHit()
H A Dsvdetc.cxx863 const SdrObjList& rList, in impGetSdrObjListFillColor() argument
869 if(!rList.GetModel()) in impGetSdrObjListFillColor()
873 bool bMaster(rList.GetPage() ? rList.GetPage()->IsMasterPage() : false); in impGetSdrObjListFillColor()
875 for(sal_uIntPtr no(rList.GetObjCount()); !bRet && no > 0; ) in impGetSdrObjListFillColor()
878 SdrObject* pObj = rList.GetObj(no); in impGetSdrObjListFillColor()
/aoo41x/main/editeng/source/misc/
H A DSvXMLAutoCorrectExport.cxx86 rList( rNewList ) in SvXMLExceptionListExport()
102 sal_uInt16 nBlocks= rList.Count(); in exportDoc()
107 OUString( *rList[i] ) ); in exportDoc()
/aoo41x/main/sdext/source/minimizer/
H A Doptimizerdialog.cxx677 std::vector< OptimizerSettings >& rList( GetOptimizerSettings() ); in actionPerformed() local
678 if ( aIter != rList.end() ) in actionPerformed()
680 rList.erase( aIter ); in actionPerformed()
699 std::vector< OptimizerSettings >& rList( GetOptimizerSettings() ); in actionPerformed() local
700 if ( aIter != rList.end() ) in actionPerformed()
701 rList[ 0 ] = *aIter; in actionPerformed()
/aoo41x/main/sc/source/core/data/
H A Dvalidat.cxx914 ScValidationDataList::ScValidationDataList(const ScValidationDataList& rList) : in ScValidationDataList() argument
919 sal_uInt16 nCount = rList.Count(); in ScValidationDataList()
922 InsertNew( rList[i]->Clone() ); in ScValidationDataList()
928 const ScValidationDataList& rList) in ScValidationDataList() argument
932 sal_uInt16 nCount = rList.Count(); in ScValidationDataList()
935 InsertNew( rList[i]->Clone(pNewDoc) ); in ScValidationDataList()
H A Dmarkdata.cxx334 void ScMarkData::MarkFromRangeList( const ScRangeList& rList, sal_Bool bReset ) in MarkFromRangeList() argument
343 sal_uLong nCount = rList.Count(); in MarkFromRangeList()
346 ScRange aRange = *rList.GetObject(0); in MarkFromRangeList()
354 ScRange aRange = *rList.GetObject(i); in MarkFromRangeList()
/aoo41x/main/sd/source/ui/framework/configuration/
H A DConfigurationControllerBroadcaster.cxx99 const ListenerList& rList, in NotifyListeners() argument
107 for (iListener=rList.begin(); iListener!=rList.end(); ++iListener) in NotifyListeners()
/aoo41x/main/idl/inc/
H A Dobject.hxx102 ByteStringList & rList,
112 void InsertSlots( SvSlotElementList& rList, SvULongs& rSuperList,
139 void FillClasses( SvMetaClassList & rList );
/aoo41x/main/sd/source/ui/tools/
H A DConfigurationAccess.cxx201 ::std::vector<OUString>& rList) in FillList() argument
208 rList.resize(aKeys.getLength()); in FillList()
215 xSetItem->getByName(rsArgument) >>= rList[nItemIndex]; in FillList()
/aoo41x/main/dbaccess/source/ui/inc/
H A DDExport.hxx146 const TColumnVector* rList,
157 const TColumnVector* rList,
163 void SetColumnTypes(const TColumnVector* rList,const OTypeInfoMap* _pInfoMap);
/aoo41x/main/sfx2/source/doc/
H A Ddoctemplates.cxx249 void createFromContent( GroupList_Impl& rList,
253 void addHierGroup( GroupList_Impl& rList,
256 void addFsysGroup( GroupList_Impl& rList,
2423 void SfxDocTplService_Impl::addHierGroup( GroupList_Impl& rList, in addHierGroup() argument
2453 rList.Insert( pGroup ); in addHierGroup()
2494 void SfxDocTplService_Impl::addFsysGroup( GroupList_Impl& rList, in addFsysGroup() argument
2518 GroupData_Impl *pGroup = rList.First(); in addFsysGroup()
2521 pGroup = rList.Next(); in addFsysGroup()
2526 rList.Insert( pGroup ); in addFsysGroup()
2582 void SfxDocTplService_Impl::createFromContent( GroupList_Impl& rList, in createFromContent() argument
[all …]
/aoo41x/main/sw/source/core/unocore/
H A Dswunohelper.cxx208 sal_Bool UCB_GetFileListOfFolder( const String& rURL, SvStrings& rList, in UCB_GetFileListOfFolder() argument
250 rList.Insert( pStr, rList.Count() ); in UCB_GetFileListOfFolder()
/aoo41x/main/sax/test/
H A Dsaxdemo.cxx590 Reference< XAttributeList > rList( (XAttributeList *) pList ); in main() local
602 r->startElement( OUString( RTL_CONSTASCII_USTRINGPARAM("tag1")) , rList ); in main()
609 r->startElement( OUString( RTL_CONSTASCII_USTRINGPARAM("hi")) , rList ); in main()
631 r->startElement( OUString( RTL_CONSTASCII_USTRINGPARAM("emptytagtest")) , rList ); in main()
/aoo41x/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx488 ::std::deque< AttachedObject_Impl > & rList in detachAll_Impl()
491 ::std::deque< AttachedObject_Impl >::iterator aObjIt = rList.begin(); in detachAll_Impl()
492 ::std::deque< AttachedObject_Impl >::iterator aObjEnd = rList.end(); in detachAll_Impl()
505 ::std::deque< AttachedObject_Impl > & rList in attachAll_Impl()
508 ::std::deque< AttachedObject_Impl >::iterator aObjIt = rList.begin(); in attachAll_Impl()
509 ::std::deque< AttachedObject_Impl >::iterator aObjEnd = rList.end(); in attachAll_Impl()
/aoo41x/main/tools/source/communi/
H A Dgeninfo.cxx141 GenericInformationList::GenericInformationList(const GenericInformationList& rList, in GenericInformationList() argument
151 for(i=0;i<rList.Count();i++) in GenericInformationList()
153 pTemp = rList.GetObject(i); in GenericInformationList()
/aoo41x/main/vcl/workben/
H A Dsvpclient.cxx141 void parseList( const rtl::OString& rList );
196 void MyWin::parseList( const rtl::OString& rList ) in parseList() argument
203 rtl::OString aLine = rList.getToken( 0, '\n', nTokenPos ); in parseList()
/aoo41x/main/sw/source/core/fields/
H A Dexpfld.cxx594 sal_uInt16 SwSetExpFieldType::GetSeqFldList( SwSeqFldList& rList ) in GetSeqFldList() argument
596 if( rList.Count() ) in GetSeqFldList()
597 rList.Remove( 0, rList.Count() ); in GetSeqFldList()
609 rList.InsertSort( pNew ); in GetSeqFldList()
612 return rList.Count(); in GetSeqFldList()
/aoo41x/main/basegfx/source/range/
H A Db2drangeclipper.cxx751 ListOfEdges& rList, ListOfEdges::iterator aIter) in eraseFromList() argument
753 return rList.erase(aIter); in eraseFromList()
756 ListOfEdges& rList, ListOfEdges::reverse_iterator aIter) in eraseFromList() argument
759 rList.erase(boost::prior(aIter.base()))); in eraseFromList()

Completed in 472 milliseconds

123456789