Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddpsave.cxx173 uno::Reference<beans::XPropertySet> xMembProp( xMember, uno::UNO_QUERY ); in WriteToSource() local
174 DBG_ASSERT( xMembProp.is(), "no properties at member" ); in WriteToSource()
175 if ( xMembProp.is() ) in WriteToSource()
180 lcl_SetBoolProperty( xMembProp, in WriteToSource()
184 lcl_SetBoolProperty( xMembProp, in WriteToSource()
188 … ScUnoHelpFunctions::SetOptionalPropertyValue(xMembProp, SC_UNO_LAYOUTNAME, *mpLayoutName); in WriteToSource()
191 ScUnoHelpFunctions::SetOptionalPropertyValue(xMembProp, DP_PROP_POSITION, nPosition); in WriteToSource()

Completed in 21 milliseconds