Home
last modified time | relevance | path

Searched refs:CIT (Results 1 – 9 of 9) sorted by relevance

/trunk/main/xmlsecurity/source/helper/
H A Ddocumentsignaturehelper.cxx152 typedef ::std::vector< SignatureReferenceInformation >::const_iterator CIT; in isOOo3_2_Signature() typedef
153 for (CIT i = sigInfo.vSignatureReferenceInfors.begin(); in isOOo3_2_Signature()
374 typedef ::std::vector< ::rtl::OUString >::const_iterator CIT; in checkIfAllFilesAreSigned() typedef
375 for (CIT aIter = sElementList.begin(); aIter < sElementList.end(); aIter++) in checkIfAllFilesAreSigned()
427 typedef std::vector<OUString>::const_iterator CIT; in equalsReferenceUriManifestPath() typedef
428 for (CIT i = vUriSegments.begin(), j = vPathSegments.begin(); in equalsReferenceUriManifestPath()
/trunk/main/xmlsecurity/source/dialogs/
H A Dresourcemanager.cxx124 typedef vector< pair < OUString, OUString > >::const_iterator CIT; in GetDNForCertDetailsView() typedef
125 for (CIT i = vecAttrValueOfDN.begin(); i < vecAttrValueOfDN.end(); i ++) in GetDNForCertDetailsView()
341 typedef vector< pair < OUString, OUString > >::const_iterator CIT; in GetContentPart() typedef
342 for (CIT idn = vecAttrValueOfDN.begin(); idn != vecAttrValueOfDN.end(); idn++) in GetContentPart()
/trunk/main/sc/source/filter/excel/
H A Dxestring.cxx54 typedef typename ::std::vector< Type >::const_iterator CIT; in lclCompareVectors() typedef
55 CIT aEndL = rLeft.end(), aEndR = rRight.end(); in lclCompareVectors()
56 …for( CIT aItL = rLeft.begin(), aItR = rRight.begin(); !nResult && (aItL != aEndL) && (aItR != aEnd… in lclCompareVectors()
92 typedef typename ::std::vector< Type >::const_iterator CIT; in lclHashVector() typedef
93 for( CIT aIt = rVec.begin(), aEnd = rVec.end(); aIt != aEnd; ++aIt ) in lclHashVector()
H A Dxestyle.cxx2687 typedef std::multimap< const SfxItemSet*, XclExpXF* >::const_iterator CIT; in FindXF() typedef
2688 typedef std::pair< CIT, CIT > Range; in FindXF()
2693 for(CIT ite(range.first); ite != range.second; ++ite) in FindXF()
2724 typedef std::multimap< const SfxItemSet*, XclExpXF* >::const_iterator CIT; in FindXF() typedef
2725 const CIT aFound(maXclExpXFMap.find(&rItemSet)); in FindXF()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_update.cxx202 typedef std::vector<Reference<deployment::XPackage > >::const_iterator CIT; in onlyBundledExtensions() typedef
203 for (CIT i = extensionList->begin(); i != extensionList->end(); i++) in onlyBundledExtensions()
405 typedef std::vector<Reference<deployment::XPackage > >::const_iterator CIT; in getOnlineUpdateInfos() typedef
406 for (CIT i = extensionList->begin(); i != extensionList->end(); i++) in getOnlineUpdateInfos()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updateinstalldialog.cxx429 … typedef ::std::vector< ::std::pair<OUString, cssu::Exception > >::const_iterator CIT; in downloadExtensions() typedef
430 for (CIT j = vecExceptions.begin(); j != vecExceptions.end(); j++) in downloadExtensions()
H A Ddp_gui_updatedialog.cxx1429 typedef ::std::vector<UpdateData>::const_iterator CIT; in IMPL_LINK() typedef
1430 for (CIT i = m_enabledUpdates.begin(); i < m_enabledUpdates.end(); i++) in IMPL_LINK()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx310 typedef ::std::vector< ::std::pair< OUString, OUString > >::const_iterator CIT; in writeVectorOfPair() typedef
311 for (CIT i = vecPairs.begin(); i != vecPairs.end(); i++) in writeVectorOfPair()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_extensionmanager.cxx392 typedef ::std::list<Reference<deploy::XPackage> >::const_iterator CIT; in getExtensionsWithSameIdentifier() typedef
393 for (CIT i = listExtensions.begin(); i != listExtensions.end(); i++) in getExtensionsWithSameIdentifier()

Completed in 64 milliseconds