Home
last modified time | relevance | path

Searched refs:rList (Results 101 – 125 of 208) sorted by relevance

123456789

/aoo41x/main/sc/inc/
H A Dvalidat.hxx187 ScValidationDataList(const ScValidationDataList& rList);
188 ScValidationDataList(ScDocument* pNewDoc, const ScValidationDataList& rList);
H A Dconditio.hxx270 ScConditionalFormatList(const ScConditionalFormatList& rList);
271 ScConditionalFormatList(ScDocument* pNewDoc, const ScConditionalFormatList& rList);
/aoo41x/main/vcl/unx/headless/
H A Dsvpelement.cxx176 std::list<SvpElement*>& rList = aMap[matchType(*it)]; in IMPL_LINK() local
177 rList.push_back( *it ); in IMPL_LINK()
H A Dsvpprn.cxx1007 const std::list< SalFrame* >& rList = SvpSalInstance::s_pDefaultInstance->getFrames(); in doUpdate() local
1008 for( std::list< SalFrame* >::const_iterator it = rList.begin(); in doUpdate()
1009 it != rList.end(); ++it ) in doUpdate()
/aoo41x/main/sfx2/source/control/
H A Dshell.cxx1195 com::sun::star::uno::Sequence < com::sun::star::embed::VerbDescriptor > rList = pImp->aVerbList; in GetVerbSlot_Impl() local
1199 DBG_ASSERT(nIndex < rList.getLength(),"Falsche VerbId!"); in GetVerbSlot_Impl()
1201 if (nIndex < rList.getLength()) in GetVerbSlot_Impl()
H A Ddispatch.cxx3015 SvUShorts& rList = *pImp->pDisableList; in IsAllowed() local
3016 sal_uInt16 nCount = rList.Count(); in IsAllowed()
3026 int nDiff = (int) nSlot - (int) rList[nMid]; in IsAllowed()
3048 DBG_ASSERT( nPos == nCount || nSlot <= rList[nPos], "" ); in IsAllowed()
3049 DBG_ASSERT( nPos == 0 || nSlot > rList[nPos-1], "" ); in IsAllowed()
3050 DBG_ASSERT( ( (nPos+1) >= nCount ) || nSlot < rList[nPos+1], "" ); in IsAllowed()
/aoo41x/main/sc/source/core/tool/
H A Dchartlis.cxx646 const ScRangeListRef& rList = pCL->GetRangeList(); in SetRangeDirty() local
647 if ( rList.Is() && rList->Intersects( rRange ) ) in SetRangeDirty()
H A Dconsoli.cxx765 ScReferenceList& rList = ppRefs[nArrX][nArrY]; in OutputToDocument() local
766 SCSIZE nCount = rList.GetCount(); in OutputToDocument()
771 ScReferenceEntry aRef = rList.GetEntry(nPos); in OutputToDocument()
/aoo41x/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx2371 LinkListeners& rList = itr->second; in addLinkListener() local
2372 rList.insert(pListener); in addLinkListener()
2382 LinkListeners& rList = itr->second; in removeLinkListener() local
2383 rList.erase(pListener); in removeLinkListener()
2385 if (rList.empty()) in removeLinkListener()
2404 LinkListeners& rList = itr->second; in notifyAllLinkListeners() local
2405 for_each(rList.begin(), rList.end(), NotifyLinkListener(nFileId, eType)); in notifyAllLinkListeners()
/aoo41x/main/idl/inc/
H A Dslot.hxx81 SvSlotElementList &rList,
255 ByteStringList & rList,
/aoo41x/main/editeng/source/misc/
H A DSvXMLAutoCorrectImport.cxx169 rList (rNewList) in SvXMLExceptionListImport()
256 if( !rLocalRef.rList.Insert( pNew ) ) in SvXMLExceptionContext()
/aoo41x/main/basctl/source/inc/
H A Dbastypes.hxx116 BreakPointList(BreakPointList const & rList);
122 void transfer(BreakPointList & rList);
/aoo41x/main/sc/source/filter/html/
H A Dhtmlexp.cxx410 const String& rList = aHTMLStyle.aFontFamilyName; in WriteHeader() local
414 OUT_STR( rList.GetToken( 0, ';', nPos ) ); in WriteHeader()
1065 const String& rList = rFontItem.GetFamilyName(); in WriteCell() local
1070 rList.GetToken( 0, ';', nPos ), aTmpStr, eDestEnc, in WriteCell()
/aoo41x/main/sfx2/inc/sfx2/
H A Dviewfrm.hxx185 void GetTargetList( TargetList& rList ) const in GetTargetList()
186 { GetFrame().GetTargetList( rList ); } in GetTargetList()
/aoo41x/main/l10ntools/inc/
H A Dtagtest.hxx221 TokenList& operator =( const TokenList& rList );
264 TokenList( const TokenList& rList );
/aoo41x/main/unotools/source/config/
H A Dxmlaccelcfg.cxx368 Reference< XAttributeList > rList( (XAttributeList *)pList , UNO_QUERY ); in WriteAcceleratorDocument() local
371 …tHandler->startElement( OUString( RTL_CONSTASCII_USTRINGPARAM( ELEMENT_ACCELERATORLIST )), rList ); in WriteAcceleratorDocument()
/aoo41x/main/svx/source/unodraw/
H A Dunoshap3.cxx192 SdrObjList& rList = *pSdrShape->GetObjList(); in remove() local
194 const sal_uInt32 nObjCount = rList.GetObjCount(); in remove()
198 if(rList.GetObj( nObjNum ) == pSdrShape ) in remove()
205 SdrObject* pObject = rList.NbcRemoveObject( nObjNum ); in remove()
/aoo41x/main/sw/source/ui/app/
H A Ddocstyle.cxx2846 void SwStyleSheetIterator::AppendStyleList(const SvStringsDtor& rList, in AppendStyleList() argument
2853 for ( sal_uInt16 i=0; i < rList.Count(); ++i ) in AppendStyleList()
2856 … sal_uInt16 nId = SwStyleNameMapper::GetPoolIdFromUIName(*rList[i], (SwGetPoolIdFromName)nSection); in AppendStyleList()
2874 aLst.Append( cType, *rList[i] ); in AppendStyleList()
2878 for ( sal_uInt16 i=0; i < rList.Count(); ++i ) in AppendStyleList()
2879 aLst.Append( cType, *rList[i] ); in AppendStyleList()
/aoo41x/main/editeng/source/uno/
H A Dunofored.cxx133 void SvxEditEngineForwarder::GetPortions( sal_uInt16 nPara, SvUShorts& rList ) const in GetPortions()
135 rEditEngine.GetPortions( nPara, rList ); in GetPortions()
H A Dunoforou.cxx199 void SvxOutlinerForwarder::GetPortions( sal_uInt16 nPara, SvUShorts& rList ) const in GetPortions()
201 ((EditEngine&)rOutliner.GetEditEngine()).GetPortions( nPara, rList ); in GetPortions()
/aoo41x/main/sw/source/ui/dbui/
H A Dmmconfigitem.cxx1403 const Sequence< ::rtl::OUString>& rList) in SetColumnAssignment()
1412 if(aAssignIter->aDBColumnAssignments != rList) in SetColumnAssignment()
1414 aAssignIter->aDBColumnAssignments = rList; in SetColumnAssignment()
1425 aAssignment.aDBColumnAssignments = rList; in SetColumnAssignment()
/aoo41x/main/oox/inc/oox/dump/
H A Ddumperbase.hxx691 virtual void implIncludeList( const NameListBase& rList ) = 0;
734 virtual void implIncludeList( const NameListBase& rList );
790 virtual void implIncludeList( const NameListBase& rList );
809 virtual void implIncludeList( const NameListBase& rList );
847 virtual void implIncludeList( const NameListBase& rList );
/aoo41x/main/forms/source/component/
H A Dfindpos.hxx37 const ::com::sun::star::uno::Sequence< ::rtl::OUString >& rList);
/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DWrappedAutomaticPositionProperties.hxx40 static void addWrappedProperties( std::vector< WrappedProperty* >& rList );
H A DWrappedScaleTextProperties.hxx43 static void addWrappedProperties( std::vector< WrappedProperty* >& rList

Completed in 266 milliseconds

123456789