Lines Matching refs:nFlags

1188 	sal_Int32 nFlags = 0;  in impl_testTreeSearch()  local
1191 nFlags = FrameSearchFlag::CHILDREN; in impl_testTreeSearch()
1193 ( xD->findFrame( DECLARE_ASCII("T1" ), nFlags ) != xT1 ) || in impl_testTreeSearch()
1194 ( xD->findFrame( DECLARE_ASCII("T2" ), nFlags ) != xT2 ) || in impl_testTreeSearch()
1195 ( xD->findFrame( DECLARE_ASCII("T3" ), nFlags ) != xT3 ) || in impl_testTreeSearch()
1196 ( xD->findFrame( DECLARE_ASCII("F11" ), nFlags ) != xF11 ) || in impl_testTreeSearch()
1197 ( xD->findFrame( DECLARE_ASCII("F12" ), nFlags ) != xF12 ) || in impl_testTreeSearch()
1198 ( xD->findFrame( DECLARE_ASCII("F21" ), nFlags ) != xF21 ) || in impl_testTreeSearch()
1199 ( xD->findFrame( DECLARE_ASCII("F22" ), nFlags ) != xF22 ) || in impl_testTreeSearch()
1200 ( xD->findFrame( DECLARE_ASCII("F211" ), nFlags ) != xF211 ) || in impl_testTreeSearch()
1201 ( xD->findFrame( DECLARE_ASCII("F212" ), nFlags ) != xF212 ) || in impl_testTreeSearch()
1202 ( xD->findFrame( DECLARE_ASCII("F2111" ), nFlags ) != xF2111 ) || in impl_testTreeSearch()
1203 ( xD->findFrame( DECLARE_ASCII("F2112" ), nFlags ) != xF2112 ) || in impl_testTreeSearch()
1204 ( xD->findFrame( DECLARE_ASCII("F2121" ), nFlags ) != xF2121 ) || in impl_testTreeSearch()
1205 ( xD->findFrame( DECLARE_ASCII("F2122" ), nFlags ) != xF2122 ) || in impl_testTreeSearch()
1206 ( xD->findFrame( DECLARE_ASCII("F21111" ), nFlags ) != xF21111 ) || in impl_testTreeSearch()
1207 ( xD->findFrame( DECLARE_ASCII("F21112" ), nFlags ) != xF21112 ) || in impl_testTreeSearch()
1208 ( xD->findFrame( DECLARE_ASCII("F21121" ), nFlags ) != xF21121 ) || in impl_testTreeSearch()
1209 ( xD->findFrame( DECLARE_ASCII("F21122" ), nFlags ) != xF21122 ) || in impl_testTreeSearch()
1210 ( xD->findFrame( DECLARE_ASCII("F21211" ), nFlags ) != xF21211 ) || in impl_testTreeSearch()
1211 ( xD->findFrame( DECLARE_ASCII("F21212" ), nFlags ) != xF21212 ) || in impl_testTreeSearch()
1212 ( xD->findFrame( DECLARE_ASCII("F21221" ), nFlags ) != xF21221 ) || in impl_testTreeSearch()
1213 ( xD->findFrame( DECLARE_ASCII("F21222" ), nFlags ) != xF21222 ) || in impl_testTreeSearch()
1214 ( xD->findFrame( DECLARE_ASCII("F221" ), nFlags ) != xF221 ) || in impl_testTreeSearch()
1215 ( xD->findFrame( DECLARE_ASCII("F2211" ), nFlags ) != xF2211 ) || in impl_testTreeSearch()
1216 ( xD->findFrame( DECLARE_ASCII("F22111" ), nFlags ) != xF22111 ) in impl_testTreeSearch()
1224 nFlags = FrameSearchFlag::CHILDREN | FrameSearchFlag::SIBLINGS; in impl_testTreeSearch()
1226 ( xD->findFrame( DECLARE_ASCII("T1" ), nFlags ) != xT1 ) || in impl_testTreeSearch()
1227 ( xD->findFrame( DECLARE_ASCII("T2" ), nFlags ) != xT2 ) || in impl_testTreeSearch()
1228 ( xD->findFrame( DECLARE_ASCII("T3" ), nFlags ) != xT3 ) || in impl_testTreeSearch()
1229 ( xD->findFrame( DECLARE_ASCII("F11" ), nFlags ) != xF11 ) || in impl_testTreeSearch()
1230 ( xD->findFrame( DECLARE_ASCII("F12" ), nFlags ) != xF12 ) || in impl_testTreeSearch()
1231 ( xD->findFrame( DECLARE_ASCII("F21" ), nFlags ) != xF21 ) || in impl_testTreeSearch()
1232 ( xD->findFrame( DECLARE_ASCII("F22" ), nFlags ) != xF22 ) || in impl_testTreeSearch()
1233 ( xD->findFrame( DECLARE_ASCII("F211" ), nFlags ) != xF211 ) || in impl_testTreeSearch()
1234 ( xD->findFrame( DECLARE_ASCII("F212" ), nFlags ) != xF212 ) || in impl_testTreeSearch()
1235 ( xD->findFrame( DECLARE_ASCII("F2111" ), nFlags ) != xF2111 ) || in impl_testTreeSearch()
1236 ( xD->findFrame( DECLARE_ASCII("F2112" ), nFlags ) != xF2112 ) || in impl_testTreeSearch()
1237 ( xD->findFrame( DECLARE_ASCII("F2121" ), nFlags ) != xF2121 ) || in impl_testTreeSearch()
1238 ( xD->findFrame( DECLARE_ASCII("F2122" ), nFlags ) != xF2122 ) || in impl_testTreeSearch()
1239 ( xD->findFrame( DECLARE_ASCII("F21111" ), nFlags ) != xF21111 ) || in impl_testTreeSearch()
1240 ( xD->findFrame( DECLARE_ASCII("F21112" ), nFlags ) != xF21112 ) || in impl_testTreeSearch()
1241 ( xD->findFrame( DECLARE_ASCII("F21121" ), nFlags ) != xF21121 ) || in impl_testTreeSearch()
1242 ( xD->findFrame( DECLARE_ASCII("F21122" ), nFlags ) != xF21122 ) || in impl_testTreeSearch()
1243 ( xD->findFrame( DECLARE_ASCII("F21211" ), nFlags ) != xF21211 ) || in impl_testTreeSearch()
1244 ( xD->findFrame( DECLARE_ASCII("F21212" ), nFlags ) != xF21212 ) || in impl_testTreeSearch()
1245 ( xD->findFrame( DECLARE_ASCII("F21221" ), nFlags ) != xF21221 ) || in impl_testTreeSearch()
1246 ( xD->findFrame( DECLARE_ASCII("F21222" ), nFlags ) != xF21222 ) || in impl_testTreeSearch()
1247 ( xD->findFrame( DECLARE_ASCII("F221" ), nFlags ) != xF221 ) || in impl_testTreeSearch()
1248 ( xD->findFrame( DECLARE_ASCII("F2211" ), nFlags ) != xF2211 ) || in impl_testTreeSearch()
1249 ( xD->findFrame( DECLARE_ASCII("F22111" ), nFlags ) != xF22111 ) in impl_testTreeSearch()
1258 nFlags = FrameSearchFlag::PARENT; in impl_testTreeSearch()
1260 ( xF11->findFrame ( DECLARE_ASCII("T1"), nFlags ) != xT1 ) || // search for valid targets in impl_testTreeSearch()
1261 ( xF12->findFrame ( DECLARE_ASCII("T1"), nFlags ) != xT1 ) || in impl_testTreeSearch()
1262 ( xF21->findFrame ( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1263 ( xF22->findFrame ( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1264 ( xF211->findFrame ( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1265 ( xF212->findFrame ( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1266 ( xF221->findFrame ( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1267 ( xF2111->findFrame ( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1268 ( xF2121->findFrame ( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1269 ( xF2122->findFrame ( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1270 ( xF2211->findFrame ( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1271 ( xF21111->findFrame( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1272 ( xF21112->findFrame( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1273 ( xF21121->findFrame( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1274 ( xF21122->findFrame( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1275 ( xF21211->findFrame( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1276 ( xF21212->findFrame( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1277 ( xF21221->findFrame( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1278 ( xF21222->findFrame( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1279 ( xF22111->findFrame( DECLARE_ASCII("T2"), nFlags ) != xT2 ) || in impl_testTreeSearch()
1280 …( xF11->findFrame ( DECLARE_ASCII("T3"), nFlags ).is() == sal_True ) || // search for existing but… in impl_testTreeSearch()
1281 ( xF12->findFrame ( DECLARE_ASCII("T3"), nFlags ).is() == sal_True ) || in impl_testTreeSearch()
1282 ( xF21->findFrame ( DECLARE_ASCII("T3"), nFlags ).is() == sal_True ) || in impl_testTreeSearch()
1283 ( xF22->findFrame ( DECLARE_ASCII("T3"), nFlags ).is() == sal_True ) || in impl_testTreeSearch()
1284 ( xF211->findFrame ( DECLARE_ASCII("T3"), nFlags ).is() == sal_True ) || in impl_testTreeSearch()
1285 ( xF212->findFrame ( DECLARE_ASCII("T3"), nFlags ).is() == sal_True ) || in impl_testTreeSearch()
1286 ( xF221->findFrame ( DECLARE_ASCII("T3"), nFlags ).is() == sal_True ) || in impl_testTreeSearch()
1287 ( xF2111->findFrame ( DECLARE_ASCII("T3"), nFlags ).is() == sal_True ) || in impl_testTreeSearch()
1288 ( xF2121->findFrame ( DECLARE_ASCII("T3"), nFlags ).is() == sal_True ) || in impl_testTreeSearch()
1289 ( xF2122->findFrame ( DECLARE_ASCII("T3"), nFlags ).is() == sal_True ) || in impl_testTreeSearch()
1290 ( xF2211->findFrame ( DECLARE_ASCII("T3"), nFlags ).is() == sal_True ) || in impl_testTreeSearch()
1291 ( xF21111->findFrame( DECLARE_ASCII("T3"), nFlags ).is() == sal_True ) || in impl_testTreeSearch()
1292 ( xF21112->findFrame( DECLARE_ASCII("T3"), nFlags ).is() == sal_True ) || in impl_testTreeSearch()
1293 ( xF21121->findFrame( DECLARE_ASCII("T3"), nFlags ).is() == sal_True ) || in impl_testTreeSearch()
1294 ( xF21122->findFrame( DECLARE_ASCII("T3"), nFlags ).is() == sal_True ) || in impl_testTreeSearch()
1295 ( xF21211->findFrame( DECLARE_ASCII("T3"), nFlags ).is() == sal_True ) || in impl_testTreeSearch()
1296 ( xF21212->findFrame( DECLARE_ASCII("T3"), nFlags ).is() == sal_True ) || in impl_testTreeSearch()
1297 ( xF21221->findFrame( DECLARE_ASCII("T3"), nFlags ).is() == sal_True ) || in impl_testTreeSearch()
1298 ( xF21222->findFrame( DECLARE_ASCII("T3"), nFlags ).is() == sal_True ) || in impl_testTreeSearch()
1299 ( xF22111->findFrame( DECLARE_ASCII("T3"), nFlags ).is() == sal_True ) in impl_testTreeSearch()