/aoo41x/main/chart2/source/controller/chartapiwrapper/ |
H A D | WrappedSplineProperties.hxx | 46 static void addWrappedProperties( std::vector< WrappedProperty* >& rList
|
H A D | WrappedStockProperties.hxx | 46 static void addWrappedProperties( std::vector< WrappedProperty* >& rList
|
H A D | WrappedSceneProperty.hxx | 45 static void addWrappedProperties( std::vector< WrappedProperty* >& rList
|
H A D | WrappedCharacterHeightProperty.hxx | 72 …static void addWrappedProperties( std::vector< WrappedProperty* >& rList, ReferenceSizePropertyPro…
|
H A D | WrappedScaleProperty.hxx | 65 …static void addWrappedProperties( std::vector< WrappedProperty* >& rList, ::boost::shared_ptr< Cha…
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salprnpsp.cxx | 1394 const std::list< SalFrame* >& rList = pDisp->getFrames(); in doUpdate() local 1395 for( std::list< SalFrame* >::const_iterator it = rList.begin(); in doUpdate() 1396 it != rList.end(); ++it ) in doUpdate()
|
/aoo41x/main/scaddins/source/analysis/ |
H A D | analysis.cxx | 764 const SEQ( double )& rList = aCoeffList[ n1 ]; in getSeriessum() 765 nE2 = rList.getLength(); in getSeriessum() 766 const double* pList = rList.getConstArray(); in getSeriessum()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | trvlfrm.cxx | 231 bool SwLayoutFrm::FillSelection( SwSelectionList& rList, const SwRect& rRect ) const in FillSelection() argument 239 pFrm->FillSelection( rList, rRect ); in FillSelection() 246 bool SwPageFrm::FillSelection( SwSelectionList& rList, const SwRect& rRect ) const in FillSelection() argument 251 bRet = SwLayoutFrm::FillSelection( rList, rRect ); in FillSelection() 261 if( pFly->FillSelection( rList, rRect ) ) in FillSelection()
|
/aoo41x/main/oox/source/dump/ |
H A D | dumperbase.cxx | 1215 void ConstList::implIncludeList( const NameListBase& rList ) in implIncludeList() argument 1217 if( const ConstList* pConstList = dynamic_cast< const ConstList* >( &rList ) ) in implIncludeList() 1343 void FlagsList::implIncludeList( const NameListBase& rList ) in implIncludeList() argument 1345 if( const FlagsList* pFlagsList = dynamic_cast< const FlagsList* >( &rList ) ) in implIncludeList() 1455 void CombiList::implIncludeList( const NameListBase& rList ) in implIncludeList() argument 1457 if( const CombiList* pCombiList = dynamic_cast< const CombiList* >( &rList ) ) in implIncludeList() 1459 FlagsList::implIncludeList( rList ); in implIncludeList()
|
/aoo41x/main/svx/inc/svx/ |
H A D | sdrhittesthelper.hxx | 53 const SdrObjList& rList,
|
H A D | gallery.hxx | 103 …tic sal_Bool FillObjListTitle( const sal_uInt32 nThemeId, std::vector< rtl::OUString >& rList );
|
/aoo41x/main/sw/inc/ |
H A D | swunohelper.hxx | 66 sal_Bool UCB_GetFileListOfFolder( const String& rURL, SvStrings& rList,
|
/aoo41x/main/sc/inc/ |
H A D | detdata.hxx | 86 ScDetOpList(const ScDetOpList& rList);
|
H A D | markdata.hxx | 94 void MarkFromRangeList( const ScRangeList& rList, sal_Bool bReset );
|
/aoo41x/main/editeng/source/misc/ |
H A D | SvXMLAutoCorrectExport.hxx | 56 const SvStringsISortDtor & rList; member in SvXMLExceptionListExport
|
/aoo41x/main/cui/source/inc/ |
H A D | srchxtra.hxx | 66 SearchAttrItemList& rList; member in SvxSearchAttributeDialog
|
/aoo41x/main/sd/source/ui/inc/tools/ |
H A D | ConfigurationAccess.hxx | 135 ::std::vector<rtl::OUString>& rList);
|
/aoo41x/main/sd/source/ui/framework/configuration/ |
H A D | ConfigurationControllerBroadcaster.hxx | 138 const ListenerList& rList,
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | sdtreelb.cxx | 670 const SdrObjList& rList, in AddShapeList() argument 706 rList, in AddShapeList() 707 !rList.HasObjectNavigationOrder() /* use navigation order, if available */, in AddShapeList()
|
/aoo41x/main/idl/inc/ |
H A D | hash.hxx | 118 void FillHashList( SvStringHashList * rList ) const;
|
/aoo41x/main/basic/source/comp/ |
H A D | sbcomp.cxx | 1047 void StarBASIC::Highlight( const String& rSrc, SbTextPortions& rList ) in Highlight() argument 1050 aTok.Hilite( rList ); in Highlight()
|
/aoo41x/main/filter/source/graphicfilter/icgm/ |
H A D | elements.hxx | 134 Bundle* GetBundle( List& rList, long nIndex );
|
/aoo41x/main/svx/source/unodraw/ |
H A D | unoshap2.cxx | 274 SdrObjList& rList = *pSdrShape->GetObjList(); in remove() local 276 const sal_uInt32 nObjCount = rList.GetObjCount(); in remove() 280 if(rList.GetObj( nObjNum ) == pSdrShape ) in remove() 300 SdrObject* pObject = rList.NbcRemoveObject( nObjNum ); in remove()
|
/aoo41x/main/vcl/source/window/ |
H A D | window.cxx | 4442 ::std::vector< Window* >& rList = ImplGetOwnerDrawList(); in ~Window() 4444 p = ::std::find( rList.begin(), rList.end(), this ); in ~Window() 4445 if( p != rList.end() ) in ~Window() 4446 rList.erase( p ); in ~Window() 6338 ::std::vector< Window* >& rList = ImplGetOwnerDrawList(); in SetParent() 6340 p = ::std::find( rList.begin(), rList.end(), this ); in SetParent() 6341 if( p != rList.end() ) in SetParent() 6342 rList.erase( p ); in SetParent() 6956 ::std::vector< Window* >& rList = mpWindowImpl->mpFrameData->maOwnerDrawList; in EnableInput() 6957 ::std::vector< Window* >::iterator p = rList.begin(); in EnableInput() [all …]
|
/aoo41x/main/vcl/unx/generic/printer/ |
H A D | printerinfomanager.cxx | 627 void PrinterInfoManager::listPrinters( ::std::list< OUString >& rList ) const in listPrinters() 630 rList.clear(); in listPrinters() 632 rList.push_back( it->first ); in listPrinters()
|