Home
last modified time | relevance | path

Searched refs:std (Results 126 – 150 of 5041) sorted by relevance

12345678910>>...202

/aoo42x/main/comphelper/inc/comphelper/
H A Dstl_types.hxx58 struct UStringLess : public ::std::binary_function< ::rtl::OUString, ::rtl::OUString, bool>
63 struct UStringMixLess : public ::std::binary_function< ::rtl::OUString, ::rtl::OUString, bool>
156 :public ::std::binary_function < ::com::sun::star::uno::Reference< IAFCE >
172 class mem_fun1_t : public ::std::binary_function<_Tp*,_Arg,void>
192 public ::std::iterator< ::std::output_iterator_tag, void, void, void, void>
196 typedef ::std::output_iterator_tag iterator_category;
254 typedef std::map< keytype, valuetype, comparefct > classname; \
258 DECLARE_STL_MAP(keytype, valuetype, std::less< keytype >, classname) \
261 typedef std::vector< valuetyp > classname; \
268 typedef ::std::set< valuetype > classname; \
[all …]
/aoo42x/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx116 return ::std::make_pair( second, first ); in DBG_NAME()
118 return ::std::make_pair( first, second ); in DBG_NAME()
125 typedef ::std::vector< sal_Int16 > VectorOfStates;
442 ::std::for_each( maParaManager.begin(), maParaManager.end(), in SetStartIndex()
1072 ::std::swap(nFirst, nMiddle); in ParagraphsMoved()
1080 ::std::swap(nMiddle, nLast); in ParagraphsMoved()
1097 ::std::advance( begin, nFirst ); in ParagraphsMoved()
1098 ::std::advance( end, nLast+1 ); in ParagraphsMoved()
1105 ::std::for_each( begin, end, aFunctor ); in ParagraphsMoved()
1248 ::std::advance( begin, aFunctor.GetParaIndex() ); in ProcessQueue()
[all …]
/aoo42x/main/unodevtools/source/skeletonmaker/
H A Djavatypemaker.cxx33 void printType(std::ostream & o,
38 void printType(std::ostream & o, in printType()
121 void printType(std::ostream & o, in printType()
128 std::vector< OString > arguments; in printType()
139 std::vector< OString > const & arguments) in printConstructorParameters()
186 void printConstructor(std::ostream & o, in printConstructor()
197 void printMethodParameters(std::ostream & o, in printMethodParameters()
351 void printMethods(std::ostream & o, in printMethods()
598 void printServiceMembers(std::ostream & o, in printServiceMembers()
633 void printMapsToJavaType(std::ostream & o, in printMapsToJavaType()
[all …]
/aoo42x/main/chart2/source/view/main/
H A DChartView.cxx476 std::map< sal_Int32, sal_Int32 > aMaxIndexPerDimension;
539 ::std::vector< VCoordinateSystem* > aRet; in getCoordinateSystems()
585 std::vector< VSeriesPlotter* > m_aSeriesPlotterList;
586 std::vector< VCoordinateSystem* >& m_rVCooSysList;
2204 std::auto_ptr<VTitle> apVTitle; in lcl_createTitle()
2567 std::auto_ptr<VTitle> apVTitle(0); in createShapes()
2599 std::auto_ptr<VTitle> apVTitle_X; in createShapes()
2608 std::auto_ptr<VTitle> apVTitle_Y; in createShapes()
2617 std::auto_ptr<VTitle> apVTitle_Z; in createShapes()
2629 std::auto_ptr<VTitle> apVTitle_SecondX; in createShapes()
[all …]
/aoo42x/main/canvas/source/tools/
H A Dspriteredrawmanager.cxx210 ::std::for_each( mrChangeContainer.begin(), in operator ()()
250 ::std::copy( maSprites.begin(), in setupUpdateAreas()
253 ::std::sort( aSortedSpriteVector.begin(), in setupUpdateAreas()
274 ::std::sort( aBegin, in setupUpdateAreas()
278 aEnd = ::std::unique( aBegin, aEnd ); in setupUpdateAreas()
283 ::std::for_each( aBegin, in setupUpdateAreas()
297 ::std::set_difference( aSortedSpriteVector.begin(), in setupUpdateAreas()
395 ::std::size_t nNumSprites ) const in isAreaUpdateOpaque()
420 ::std::for_each( aBegin, in isAreaUpdateOpaque()
429 return (::std::find_if( aBegin, in isAreaUpdateOpaque()
[all …]
/aoo42x/main/autodoc/inc/cosv/tpl/
H A Dvvector.hxx46 std::vector< TYPE* > & in Destruct()
52 std::vector< TYPE* > & in Erase()
54 typename std::vector< TYPE* >::iterator in Erase()
60 std::vector< TYPE* > & in PopBack()
79 static void Destruct(std::vector< TYPE* > & v) in Destruct()
83 std::vector< TYPE* > & in Erase()
90 std::vector< TYPE* > & in PopBack()
130 typedef std::vector< DYN XX* > impl_type;
185 std::vector< DYN XX* >
201 : public std::iterator<std::random_access_iterator_tag,
[all …]
/aoo42x/main/chart2/source/inc/
H A DContainerHelper.hxx53 ::std::copy( rCont.begin(), rCont.end(), aResult.getArray()); in ContainerToSequence()
75 ::std::copy( rSeq.getConstArray(), rSeq.getConstArray() + rSeq.getLength(), in SequenceToSTLSequenceContainer()
102 ::std::inserter< Container >( aResult, aResult.begin())); in SequenceToSTLContainer()
116 ::std::vector< T >
119 return SequenceToSTLSequenceContainer< ::std::vector< T > >( rSeq ); in SequenceToVector()
130 ::std::set< T >
133 return SequenceToSTLContainer< ::std::set< T > >( rSeq ); in SequenceToSet()
151 ::std::transform( rCont.begin(), rCont.end(), aResult.getArray(), in MapKeysToSequence()
152 ::std::select1st< typename Map::value_type >()); in MapKeysToSequence()
168 ::std::transform( rCont.begin(), rCont.end(), aResult.getArray(), in MapValuesToSequence()
[all …]
/aoo42x/main/sc/source/core/data/
H A Dcompressedarray.cxx336 A nEnd = ::std::numeric_limits<A>::max(); in GetLastUnequalAccess()
382 A nE = ::std::min( this->pData[nIndex].nEnd, nEnd); in SumValuesContinuation()
387 return ::std::numeric_limits<unsigned long>::max(); in SumValuesContinuation()
404 A nE = ::std::min( this->pData[nIndex].nEnd, nEnd); in SumScaledValuesContinuation()
410 return ::std::numeric_limits<unsigned long>::max(); in SumScaledValuesContinuation()
521 A nStart = ::std::numeric_limits<A>::max(); in GetBitStateStart()
544 A nEnd = ::std::numeric_limits<A>::max(); in GetBitStateEnd()
566 return ::std::max( nFound, nStart); in GetFirstForCondition()
572 return ::std::numeric_limits<A>::max(); in GetFirstForCondition()
595 return ::std::numeric_limits<A>::max(); in GetLastForCondition()
[all …]
/aoo42x/main/xmlsecurity/source/framework/
H A Dbuffernode.cxx377 std::vector< const BufferNode* >* BufferNode::getChildren() const in getChildren()
379 return new std::vector< const BufferNode* >( m_vChildren ); in getChildren()
456 std::vector< const BufferNode* >::iterator ii = m_vChildren.begin(); in addChild()
520 std::vector< const BufferNode* >::iterator ii = m_vChildren.begin(); in removeChild()
562 std::vector< const BufferNode * >::const_iterator ii = m_vChildren.begin(); in indexOfChild()
697 std::vector< const BufferNode* >::const_iterator ii = m_vChildren.begin(); in isAncestor()
884 std::vector< const BufferNode* >::const_iterator ii = m_vChildren.begin(); in notifyBranch()
1066 std::vector< const BufferNode* >::const_iterator ii = m_vChildren.begin(); in isECInSubTreeIncluded()
1166 std::vector< const BufferNode* >::const_iterator ii = m_vChildren.begin(); in isBlockerInSubTreeIncluded()
1221 std::vector< const BufferNode* >::const_iterator ii = m_vChildren.begin(); in getNextChild()
[all …]
/aoo42x/main/sdext/source/presenter/
H A DPresenterGeometryHelper.cxx142 const sal_Int32 nLeft (::std::max(rBox1.X, rBox2.X)); in Intersection()
143 const sal_Int32 nTop (::std::max(rBox1.Y, rBox2.Y)); in Intersection()
159 const double nLeft (::std::max(rBox1.X1, rBox2.X1)); in Intersection()
160 const double nTop (::std::max(rBox1.Y1, rBox2.Y1)); in Intersection()
161 const double nRight (::std::min(rBox1.X2, rBox2.X2)); in Intersection()
207 const sal_Int32 nLeft (::std::min(rBox1.X, rBox2.X)); in Union()
208 const sal_Int32 nTop (::std::min(rBox1.Y, rBox2.Y)); in Union()
224 const double nLeft (::std::min(rBox1.X1, rBox2.X1)); in Union()
225 const double nTop (::std::min(rBox1.Y1, rBox2.Y1)); in Union()
226 const double nRight (::std::max(rBox1.X2, rBox2.X2)); in Union()
[all …]
/aoo42x/main/slideshow/source/engine/
H A Dsp_debug.cxx48 typedef std::map< void const *, std::pair<void *, size_t> > map_type;
86 typedef std::map<void const *, long> map2_type;
103 typedef std::deque<void const *> open_type;
126 std::cout << "... " << m.size() << " objects in m.\n"; in find_unreachable_objects_impl()
135 std::cout << "... " << m2.size() << " objects in m2.\n"; in find_unreachable_objects_impl()
149 std::cout << "... " << m2.size() << " objects in open.\n"; in find_unreachable_objects_impl()
171 std::size_t find_unreachable_objects(bool report) in find_unreachable_objects()
201 typedef std::deque< boost::shared_ptr<X> > free_list_type;
245 std::cout << "... about to free " << free.size() << " objects.\n"; in free_unreachable_objects()
265 get_map()[pn] = std::make_pair(px, size); in sp_scalar_constructor_hook()
[all …]
/aoo42x/main/ucb/source/ucp/file/
H A Dshell.cxx2565 std::list< ContentEventNotifier* >* SAL_CALL
2568 std::list< ContentEventNotifier* >* p = new std::list< ContentEventNotifier* >; in getContentEventListeners()
2595 std::list< ContentEventNotifier* >* p = new std::list< ContentEventNotifier* >; in getContentDeletedEventListeners()
2666std::list< PropertySetInfoChangeNotifier* >* p = new std::list< PropertySetInfoChangeNotifier* >; in getPropertySetListeners()
2720 std::vector< std::list< ContentEventNotifier* >* >* SAL_CALL
2726 std::vector< std::list< ContentEventNotifier* >* >* aVectorOnHeap = in getContentExchangedEventListeners()
2727 new std::vector< std::list< ContentEventNotifier* >* >; in getContentExchangedEventListeners()
2728 std::vector< std::list< ContentEventNotifier* >* >& aVector = *aVectorOnHeap; in getContentExchangedEventListeners()
2761 std::list< ContentEventNotifier* >* p = new std::list< ContentEventNotifier* >; in getContentExchangedEventListeners()
2825 shell::notifyContentExchanged( std::vector< std::list< ContentEventNotifier* >* >* listeners_vec ) in notifyContentExchanged()
[all …]
/aoo42x/main/shell/source/all/zipfile/
H A Dzipfile.cxx45 struct stricmp : public std::unary_function<std::string, bool>
47 stricmp(const std::string& str) : str_(str) in stricmp()
50 bool operator() (const std::string& other) in operator ()()
53 std::string str_;
70 bool ZipFile::IsZipFile(const std::string& /*FileName*/) in IsZipFile()
96 bool ZipFile::IsValidZipFileVersionNumber(const std::string& /*FileName*/) in IsValidZipFileVersionNumber()
119 ZipFile::ZipFile(const std::string& FileName) in ZipFile()
150 const std::string& ContentName, /*inout*/ ZipContentBuffer_t& ContentBuffer) in GetUncompressedContent()
213 bool ZipFile::HasContent(const std::string& ContentName) const in HasContent()
220 std::find_if(dir->begin(), dir->end(), internal::stricmp(ContentName)); in HasContent()
[all …]
/aoo42x/main/binaryurp/source/
H A Dbridge.cxx237 std::swap(reader_, r); in terminate()
238 std::swap(writer_, w); in terminate()
346 proxies_ < std::numeric_limits< std::size_t >::max()); in registerIncomingInterface()
495 } catch (std::exception & e) { in freeProxy()
510 OSL_ASSERT(calls_ < std::numeric_limits< std::size_t >::max()); in incrementCalls()
530 activeCalls_ < std::numeric_limits< std::size_t >::max()); in incrementActiveCalls()
584 std::vector< BinaryAny > a; in sendRequestChangeRequest()
819 std::vector< BinaryAny > inArgs; in getInstance()
825 std::vector< BinaryAny> outArgs; in getInstance()
894 std::vector< BinaryAny > a; in sendCommitChangeRequest()
[all …]
/aoo42x/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx239 void OApplicationController::deleteTables(const ::std::vector< ::rtl::OUString>& _rList) in deleteTables()
252 ::std::vector< ::rtl::OUString>::const_iterator aEnd = _rList.end(); in deleteTables()
336 ::std::set< ::rtl::OUString > aDeleteNames; in deleteObjects()
340 ::std::copy( in deleteObjects()
342 … ::std::insert_iterator< ::std::set< ::rtl::OUString > >( aDeleteNames, aDeleteNames.begin() ) in deleteObjects()
345 ::std::set< ::rtl::OUString >::size_type nCount = aDeleteNames.size(); in deleteObjects()
348 ::std::set< ::rtl::OUString >::iterator aThisRound = aDeleteNames.begin(); in deleteObjects()
444 ::std::vector< ::rtl::OUString> aList; in deleteEntries()
608 ::std::auto_ptr< OLinkedDocumentsAccess > pDocuments( new OLinkedDocumentsAccess( in getDocumentsAccess()
652 ::std::vector< ::rtl::OUString> aList; in copyObject()
[all …]
/aoo42x/main/sw/source/core/inc/
H A DUndoAttribute.hxx55 ::std::auto_ptr<SwRedlineData> m_pRedlineData; // Redlining
56 ::std::auto_ptr<SwRedlineSaveDatas> m_pRedlineSaveData;
80 const ::std::auto_ptr<SwHistory> m_pHistory;
104 ::std::auto_ptr<SfxItemSet> m_pOldSet; // old attributes
165 ::std::auto_ptr<SfxPoolItem> m_pOldItem;
185 ::std::auto_ptr<SwUndoFmtAttr> m_pUndo;
201 const ::std::auto_ptr<SwHistory> m_pHistory;
223 ::std::auto_ptr<SvxTabStopItem> m_pTabStop;
240 const ::std::auto_ptr<SwHistory> m_pHistory;
259 ::std::auto_ptr<SwFtnInfo> m_pFootNoteInfo;
[all …]
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DTableConnection.cxx99 ::std::vector<OConnectionLine*>::iterator aLineEnd = m_vConnLine.end(); in clearLineData()
100 …for(::std::vector<OConnectionLine*>::iterator aLineIter = m_vConnLine.begin();aLineIter != aLineEn… in clearLineData()
126 const ::std::vector<OConnectionLine*>* pLine = rConn.GetConnLineList(); in operator =()
127 ::std::vector<OConnectionLine*>::const_iterator aIter = pLine->begin(); in operator =()
128 ::std::vector<OConnectionLine*>::const_iterator aEnd = pLine->end(); in operator =()
149 …::std::for_each(m_vConnLine.begin(),m_vConnLine.end(),::std::mem_fun(&OConnectionLine::RecalcLine)… in RecalcLines()
194 ::std::vector<OConnectionLine*>::const_iterator aIter = ::std::find_if(m_vConnLine.begin(), in CheckHit()
196 ::std::bind2nd(TConnectionLineCheckHitFunctor(),rMousePos)); in CheckHit()
222 ::std::vector<OConnectionLine*>::const_iterator aEnd = m_vConnLine.end(); in GetBoundingRect()
223 …for(::std::vector<OConnectionLine*>::const_iterator aIter = m_vConnLine.begin();aIter != aEnd;++aI… in GetBoundingRect()
[all …]
/aoo42x/main/shell/source/win32/shlxthandler/propsheets/
H A Dlistviewbuilder.cxx55 HWND hwnd_lv, const std::wstring& col1, const std::wstring& col2) in create_list_view_builder()
69 const std::wstring& column1_title, in list_view_builder()
70 const std::wstring& column2_title) : in list_view_builder()
122 std::wstring header = GetResString(IDS_PROPERTY); in setup_list_view()
146 void list_view_builder::insert_group(const std::wstring& /*title*/) in insert_group()
155 void list_view_builder::insert_item(const std::wstring& title, const std::wstring& value, bool is_e… in insert_item()
201 const std::wstring& column1_title, in winxp_list_view_builder()
202 const std::wstring& column2_title) : in winxp_list_view_builder()
224 void winxp_list_view_builder::insert_group(const std::wstring& name) in insert_group()
246 const std::wstring& title, const std::wstring& value, bool is_editable) in insert_item()
/aoo42x/main/basebmp/source/
H A Ddebug.cxx79 std::ostream& rOutputStream ) in debugDump()
86 << "/* basebmp::BitmapDevice content dump */" << std::endl in debugDump()
87 << "/* Width = " << aSize.getX() << " */" << std::endl in debugDump()
88 << "/* Height = " << aSize.getY() << " */" << std::endl in debugDump()
89 << "/* TopDown = " << bTopDown << " */" << std::endl in debugDump()
90 << "/* Format = " << getFormatString(nScanlineFormat) << " */" << std::endl in debugDump()
91 << "/* (dumped entries are already mapped RGBA color values) */" << std::endl in debugDump()
92 << std::endl; in debugDump()
94 rOutputStream << std::hex; in debugDump()
98 …rOutputStream << std::setw(8) << (sal_uInt32)rDevice->getPixel( basegfx::B2IPoint(x,y) ).toInt32()… in debugDump()
[all …]
/aoo42x/main/slideshow/test/
H A Dtestshape.cxx45 typedef std::vector<std::pair<target::ViewLayerSharedPtr,bool> > ViewVector;
68 virtual std::vector<std::pair<target::ViewLayerSharedPtr,bool> > getViewLayers() const in getViewLayers()
127 maViewLayers.push_back( std::make_pair(rNewLayer,bRedrawLayer) ); in addViewLayer()
131 if( std::find_if( in removeViewLayer()
134 boost::bind( std::equal_to< target::ViewLayerSharedPtr >(), in removeViewLayer()
136 boost::bind( std::select1st<ViewVector::value_type>(), in removeViewLayer()
138 throw std::exception(); in removeViewLayer()
141 std::remove_if( in removeViewLayer()
144 boost::bind( std::equal_to< target::ViewLayerSharedPtr >(), in removeViewLayer()
146 boost::bind( std::select1st<ViewVector::value_type>(), in removeViewLayer()
/aoo42x/main/chart2/source/tools/
H A DInternalDataProvider.cxx57 using namespace ::std;
489 ::std::copy( aNewElements.begin(), aNewElements.end(), in lcl_adaptMapReferences()
490 ::std::inserter( m_aSequenceMap, in lcl_adaptMapReferences()
991 ::std::for_each( aBegin, aEnd, lcl_setModified()); in insertDataPointForAllSequences()
994 ::std::for_each( aRange.first, aRange.second, lcl_setModified()); in insertDataPointForAllSequences()
1015 ::std::for_each( aBegin, aEnd, lcl_setModified()); in deleteDataPointForAllSequences()
1018 ::std::for_each( aRange.first, aRange.second, lcl_setModified()); in deleteDataPointForAllSequences()
1035 ::std::for_each( aBegin, aEnd, lcl_setModified()); in swapDataPointWithNextOneForAllSequences()
1038 ::std::for_each( aRange.first, aRange.second, lcl_setModified()); in swapDataPointWithNextOneForAllSequences()
1227 …explicit SplitCategoriesProvider_ForComplexDescriptions( const ::std::vector< ::std::vector< uno::… in SplitCategoriesProvider_ForComplexDescriptions()
[all …]
/aoo42x/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_app.cxx238 ::std::vector<OUString> cmdPackages; in unopkg_main()
441 for ( ::std::size_t pos = 0; pos < cmdPackages.size(); ++pos ) in unopkg_main()
485 ::std::vector<Reference<deployment::XPackage> > vecExtUnaccepted; in unopkg_main()
492 std::vector<bool> vecUnaccepted; in unopkg_main()
493 std::vector<Reference<deployment::XPackage> > allExtensions; in unopkg_main()
500 ::std::vector<Reference<deployment::XPackage> > vec_packages; in unopkg_main()
518 ::std::fill_n(i_unaccepted, vec_packages.size(), false); in unopkg_main()
546 i = ::std::find_if( in unopkg_main()
574 ::std::vector<Reference<deployment::XPackage> > vecExtUnaccepted; in unopkg_main()
579 for ( ::std::size_t pos = 0; pos < cmdPackages.size(); ++pos ) in unopkg_main()
[all …]
/aoo42x/main/connectivity/source/commontools/
H A DTDatabaseMetaDataBase.cxx123 ::std::vector<ExpressionNodeSharedPtr> aConditions; in getTypeInfo()
154 ::std::vector<ExpressionNodeSharedPtr>::iterator aIter = aConditions.begin(); in getTypeInfo()
155 ::std::vector<ExpressionNodeSharedPtr>::iterator aEnd = aConditions.end(); in getTypeInfo()
267 …return callImplMethod(m_sIdentifierQuoteString,::std::mem_fun_t< ::rtl::OUString ,ODatabaseMetaDat… in getIdentifierQuoteString()
272 …return callImplMethod(m_isCatalogAtStart,::std::mem_fun_t< sal_Bool,ODatabaseMetaDataBase>(&ODatab… in isCatalogAtStart()
277 …return callImplMethod(m_sCatalogSeparator,::std::mem_fun_t< ::rtl::OUString,ODatabaseMetaDataBase>… in getCatalogSeparator()
307 …return callImplMethod(m_supportsAlterTableWithAddColumn,::std::mem_fun_t< sal_Bool,ODatabaseMetaDa… in supportsAlterTableWithAddColumn()
312 …return callImplMethod(m_supportsAlterTableWithDropColumn,::std::mem_fun_t< sal_Bool,ODatabaseMetaD… in supportsAlterTableWithDropColumn()
317 …return callImplMethod(m_MaxStatements,::std::mem_fun_t< sal_Int32,ODatabaseMetaDataBase>(&ODatabas… in getMaxStatements()
322 …return callImplMethod(m_MaxTablesInSelect,::std::mem_fun_t< sal_Int32,ODatabaseMetaDataBase>(&ODat… in getMaxTablesInSelect()
[all …]
/aoo42x/main/xmloff/source/style/
H A Dxmlexppr.cxx56 using namespace ::std;
158 std::vector<XMLPropertyState>& rVector) in FillPropertyStateVector()
170 std::list<sal_uInt32> aIndexes;
179 std::list<sal_uInt32>& GetIndexes() { return aIndexes; } in GetIndexes()
232 typedef std::hash_map
507 for( std::list<sal_uInt32>::iterator aIndexItr = in FillPropertyStateArray()
840 const ::std::vector< XMLPropertyState >& rProperties, in exportXML()
848 const ::std::vector< XMLPropertyState >& rProperties, in exportXML()
889 const ::std::vector< XMLPropertyState > *pProperties, in handleSpecialItem()
904 const ::std::vector< XMLPropertyState > *pProperties, in handleElementItem()
[all …]
/aoo42x/main/canvas/source/directx/
H A Ddx_9rm.cxx258 std::size_t maNumVertices;
407 rect.left = std::max(sal_Int32(0),rDestPos.getX()); in update()
412 rect.right = std::min(maSize.getX(), in update()
414 rect.bottom = std::min(maSize.getY(), in update()
427 const std::size_t nSourceBytesPerPixel(4); in update()
468 const std::size_t nSourceBytesPerPixel(3); in update()
508 const std::size_t nSourceBytesPerPixel(4); in update()
1164 const std::size_t size(maVertexCache.size()); in pushVertex()
1289 std::size_t nSize(maVertexCache.size()); in flushVertexCache()
1312 const std::size_t nNumVertices( in flushVertexCache()
[all …]

Completed in 515 milliseconds

12345678910>>...202