Home
last modified time | relevance | path

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

/aoo42x/main/wizards/com/sun/star/wizards/common/
H A DConfiguration.java179 PropertyValue aModeArgument = new PropertyValue(); in getConfigurationRoot() local
180 aModeArgument.Name = "lazywrite"; in getConfigurationRoot()
181 aModeArgument.Value = Boolean.FALSE; in getConfigurationRoot()
183 args[1] = aModeArgument; in getConfigurationRoot()
/aoo42x/main/svtools/source/filter/
H A DFilterConfigItem.cxx139 PropertyValue aModeArgument; in ImpInitTree() local
142 aModeArgument.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "lazywrite" ) ); in ImpInitTree()
143 aModeArgument.Value = aAny; in ImpInitTree()
147 aArguments[ 1 ] <<= aModeArgument; in ImpInitTree()

Completed in 21 milliseconds