Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/xml/
H A Dxmlimp.cxx1236 uno::Any aCurrentDatabaseCommand; in SetConfigurationSettings() local
1267 else if ( !aCurrentDatabaseCommand.hasValue() in SetConfigurationSettings()
1270 aCurrentDatabaseCommand = pValues->Value; in SetConfigurationSettings()
1333 if ( aCurrentDatabaseCommand.hasValue() ) in SetConfigurationSettings()
1335 xProps->setPropertyValue( sCurrentDatabaseCommand, aCurrentDatabaseCommand ); in SetConfigurationSettings()