Lines Matching refs:aCI
93 for ( ContentHash::const_iterator aCI = maContents.begin(), aEnd = maContents.end(); in LookForUnexpectedODF12Streams() local
94 !bHasUnexpected && aCI != aEnd; in LookForUnexpectedODF12Streams()
95 aCI++) in LookForUnexpectedODF12Streams()
97 const ::rtl::OUString &rShortName = (*aCI).first; in LookForUnexpectedODF12Streams()
98 const ContentInfo &rInfo = *(*aCI).second; in LookForUnexpectedODF12Streams()
151 for ( ContentHash::const_iterator aCI = maContents.begin(), aEnd = maContents.end(); in setChildStreamsTypeByExtension() local
152 aCI != aEnd; in setChildStreamsTypeByExtension()
153 aCI++) in setChildStreamsTypeByExtension()
155 const ::rtl::OUString &rShortName = (*aCI).first; in setChildStreamsTypeByExtension()
156 const ContentInfo &rInfo = *(*aCI).second; in setChildStreamsTypeByExtension()
726 for ( ContentHash::const_iterator aCI = maContents.begin(), aEnd = maContents.end(); in saveContents() local
727 aCI != aEnd; in saveContents()
728 aCI++) in saveContents()
730 const ::rtl::OUString &rShortName = (*aCI).first; in saveContents()
731 const ContentInfo &rInfo = *(*aCI).second; in saveContents()
754 for ( ContentHash::const_iterator aCI = maContents.begin(); in releaseUpwardRef()
755 aCI!=maContents.end(); in releaseUpwardRef()
756 aCI++) in releaseUpwardRef()
758 ContentInfo &rInfo = * (*aCI).second; in releaseUpwardRef()