Home
last modified time | relevance | path

Searched refs:stl_begin (Results 1 – 12 of 12) sorted by relevance

/trunk/main/toolkit/source/controls/grid/
H A Ddefaultgriddatamodel.cxx55 using ::comphelper::stl_begin;
198 …for ( const Any* pData = stl_begin( i_rowData ); pData != stl_end( i_rowData ); ++pData, ++cellDat… in impl_insertRow()
357 …sal_Int32 const firstAffectedColumn = *::std::min_element( stl_begin( i_columnIndexes ), stl_end( … in updateRowData()
358 …sal_Int32 const lastAffectedColumn = *::std::max_element( stl_begin( i_columnIndexes ), stl_end( i… in updateRowData()
/trunk/main/comphelper/inc/comphelper/
H A Dstlunosequence.hxx68 V* stl_begin(::com::sun::star::uno::Sequence<V>& rSeq) in stl_begin() function
76 const V* stl_begin(const ::com::sun::star::uno::Sequence<V>& rSeq) in stl_begin() function
/trunk/main/comphelper/source/misc/
H A Dstring.cxx97 ::comphelper::stl_begin(i_rSeq), ::comphelper::stl_end(i_rSeq), in convertCommaSeparated()
117 std::copy(vec.begin(), vec.end(), stl_begin(kws)); in convertCommaSeparated()
/trunk/main/sw/source/core/access/
H A Dtextmarkuphelper.cxx224 ::comphelper::stl_begin( aTextMarkups ) ); in getTextMarkupAtIndex()
H A Daccpara.cxx2156 ::std::find( ::comphelper::stl_begin( aRequestedAttributes ), in getDefaultAttributes()
/trunk/main/xmloff/source/core/
H A DRDFaExportHelper.cxx204 ::comphelper::stl_begin(rStatements), in AddRDFa()
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx402 …for(const OUString* pCurrent=::comphelper::stl_begin(vParameters); pCurrent!=::comphelper::stl_end… in Export()
422 …for(OUString* pSeqCurrent = ::comphelper::stl_begin(vValue); pSeqCurrent != ::comphelper::stl_end(… in Export()
H A Dtxtimp.cxx923 … copy(vListEntries.begin(), vListEntries.end(), ::comphelper::stl_begin(vListEntriesSeq)); in Import()
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx318 …ormula.maListEntries.begin(), aFormula.maListEntries.end(), ::comphelper::stl_begin(vListEntries)); in Read_F_FormListBox()
H A Dwrtww8.cxx3817 …copy(::comphelper::stl_begin(vListEntries), ::comphelper::stl_end(vListEntries), back_inserter(aLi… in WriteFormData()
/trunk/main/unoxml/source/rdf/
H A Dlibrdf_repository.cxx1494 ::std::for_each(::comphelper::stl_begin(i_rPredicates), in setStatementRDFa()
/trunk/main/sfx2/source/doc/
H A DSfxDocumentMetaData.cxx2341 ::comphelper::stl_begin(listeners); in createUserDefined()

Completed in 137 milliseconds