Lines Matching refs:aCI
95 for ( ContentHash::const_iterator aCI = maContents.begin(), aEnd = maContents.end(); in LookForUnexpectedODF12Streams() local
96 !bHasUnexpected && aCI != aEnd; in LookForUnexpectedODF12Streams()
97 aCI++) in LookForUnexpectedODF12Streams()
99 const ::rtl::OUString &rShortName = (*aCI).first; in LookForUnexpectedODF12Streams()
100 const ContentInfo &rInfo = *(*aCI).second; in LookForUnexpectedODF12Streams()
153 for ( ContentHash::const_iterator aCI = maContents.begin(), aEnd = maContents.end(); in setChildStreamsTypeByExtension() local
154 aCI != aEnd; in setChildStreamsTypeByExtension()
155 aCI++) in setChildStreamsTypeByExtension()
157 const ::rtl::OUString &rShortName = (*aCI).first; in setChildStreamsTypeByExtension()
158 const ContentInfo &rInfo = *(*aCI).second; in setChildStreamsTypeByExtension()
731 for ( ContentHash::const_iterator aCI = maContents.begin(), aEnd = maContents.end(); in saveContents() local
732 aCI != aEnd; in saveContents()
733 aCI++) in saveContents()
735 const ::rtl::OUString &rShortName = (*aCI).first; in saveContents()
736 const ContentInfo &rInfo = *(*aCI).second; in saveContents()
759 for ( ContentHash::const_iterator aCI = maContents.begin(); in releaseUpwardRef()
760 aCI!=maContents.end(); in releaseUpwardRef()
761 aCI++) in releaseUpwardRef()
763 ContentInfo &rInfo = * (*aCI).second; in releaseUpwardRef()