Searched refs:rFilterProp (Results 1 – 1 of 1) sorted by relevance
2288 const beans::PropertyValue& rFilterProp = aProps[nFilterProp]; in InsertFrom() local2289 if ( rFilterProp.Name.compareToAscii("FilterService") == COMPARE_EQUAL ) in InsertFrom()2291 rFilterProp.Value >>= aFilterImplName; in InsertFrom()2384 const beans::PropertyValue& rFilterProp = aProps[nFilterProp]; in ImportFrom() local2385 if ( rFilterProp.Name.compareToAscii("FilterService") == COMPARE_EQUAL ) in ImportFrom()2387 rFilterProp.Value >>= aFilterImplName; in ImportFrom()2498 const beans::PropertyValue& rFilterProp = aProps[nFilterProp]; in ExportTo() local2499 if ( rFilterProp.Name.compareToAscii("FilterService") == COMPARE_EQUAL ) in ExportTo()2501 rFilterProp.Value >>= aFilterImplName; in ExportTo()
Completed in 30 milliseconds