Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/xml/
H A Dxmlimp.cxx1238 uno::Any aCurrentDatabaseCommandType; in SetConfigurationSettings() local
1272 else if ( !aCurrentDatabaseCommandType.hasValue() in SetConfigurationSettings()
1275 aCurrentDatabaseCommandType = pValues->Value; in SetConfigurationSettings()
1337 if ( aCurrentDatabaseCommandType.hasValue() ) in SetConfigurationSettings()
1339 xProps->setPropertyValue( sCurrentDatabaseCommandType, aCurrentDatabaseCommandType ); in SetConfigurationSettings()