Home
last modified time | relevance | path

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

/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx1366 bool& rbCoreValue, bool bNewValue,
1370 bool& rbCoreValue,
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx5713 bool& rbCoreValue, bool bNewValue, sal_Int32 nBlockFlag ) in UpdateBoolProperty() argument
5715 if( bNewValue != rbCoreValue ) in UpdateBoolProperty()
5717 rbCoreValue = bNewValue; in UpdateBoolProperty()
5723 bool& rbCoreValue, const uno::Reference< beans::XPropertySet>& rxPropSet, in GetBoolProperty() argument
5726 UpdateBoolProperty( rbCoreValue, in GetBoolProperty()