Home
last modified time | relevance | path

Searched refs:rFilterProp (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sfx2/source/doc/
H A Dobjstor.cxx2288 const beans::PropertyValue& rFilterProp = aProps[nFilterProp]; in InsertFrom() local
2289 if ( rFilterProp.Name.compareToAscii("FilterService") == COMPARE_EQUAL ) in InsertFrom()
2291 rFilterProp.Value >>= aFilterImplName; in InsertFrom()
2386 const beans::PropertyValue& rFilterProp = aProps[nFilterProp]; in ImportFrom() local
2387 if ( rFilterProp.Name.compareToAscii("FilterService") == COMPARE_EQUAL ) in ImportFrom()
2389 rFilterProp.Value >>= aFilterImplName; in ImportFrom()
2500 const beans::PropertyValue& rFilterProp = aProps[nFilterProp]; in ExportTo() local
2501 if ( rFilterProp.Name.compareToAscii("FilterService") == COMPARE_EQUAL ) in ExportTo()
2503 rFilterProp.Value >>= aFilterImplName; in ExportTo()