Lines Matching refs:aDocuments
1142 docs::Documents aDocuments; in getDocumentForBasicManager() local
1143 lcl_getAllModels_throw( aDocuments, false ); in getDocumentForBasicManager()
1145 for ( docs::Documents::const_iterator doc = aDocuments.begin(); in getDocumentForBasicManager()
1146 doc != aDocuments.end(); in getDocumentForBasicManager()
1170 docs::Documents aDocuments; in getDocumentWithURLOrCaption() local
1171 lcl_getAllModels_throw( aDocuments, false ); in getDocumentWithURLOrCaption()
1173 for ( docs::Documents::const_iterator doc = aDocuments.begin(); in getDocumentWithURLOrCaption()
1174 doc != aDocuments.end(); in getDocumentWithURLOrCaption()
1222 docs::Documents aDocuments; in getAllScriptDocuments() local
1223 lcl_getAllModels_throw( aDocuments, true /* exclude invisible */ ); in getAllScriptDocuments()
1225 for ( docs::Documents::const_iterator doc = aDocuments.begin(); in getAllScriptDocuments()
1226 doc != aDocuments.end(); in getAllScriptDocuments()