Home
last modified time | relevance | path

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

/aoo4110/main/scp2/source/ooo/
H A Dwindowscustomaction_ooo.scp77 Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\" and VersionNT64", "end");
86 Assignment1 = ("InstallExecuteSequence", "REMOVE=\"ALL\" and VersionNT64", "end");
122 Assignment1 = ("InstallExecuteSequence", "REMOVE=\"ALL\" And Not PATCH", "sdqsmsidll");
149 Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\" And Not PATCH", "end");
158 Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\" And Not PATCH", "end");
205 Assignment2 = ("AdminExecuteSequence", "Not REMOVE=\"ALL\"", "behind_SetInstalllocation");
214 Assignment1 = ("InstallExecuteSequence", "REMOVE=\"ALL\" And Not PATCH", "FileCost");
243 Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\"", "LaunchConditions");
244 Assignment2 = ("InstallUISequence", "Not REMOVE=\"ALL\"", "LaunchConditions");
253 Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\"", "end");
[all …]
/aoo4110/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCache.cxx246 UpdateCacheSize(iEntry->second, REMOVE); in GetBitmap()
281 UpdateCacheSize(aIterator->second, REMOVE); in ReleaseBitmap()
302 UpdateCacheSize(iEntry->second, REMOVE); in InvalidateBitmap()
340 UpdateCacheSize(iEntry->second, REMOVE); in SetBitmap()
369 UpdateCacheSize(iEntry->second, REMOVE); in SetMarkedBitmap()
388 UpdateCacheSize(iEntry->second, REMOVE); in SetPrecious()
450 UpdateCacheSize(iEntry->second, REMOVE); in Recycle()
508 UpdateCacheSize(iEntry->second, REMOVE); in Compress()
535 case REMOVE: in UpdateCacheSize()
H A DSlsBitmapCache.hxx223 enum CacheOperation { ADD, REMOVE }; enumerator
/aoo4110/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx70 REMOVE enumerator
130 case REMOVE: in WriteRegistry()
415 case REMOVE: in DoRegEntries()
417 if (WriteRegistry(rhMSI, REMOVE, szComponent)) in DoRegEntries()
471 Reg64(hMSI, REMOVE); in DeinstallReg64()
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DModuleCtrl.java85 data.setSelectionState(PackageDescription.REMOVE); in setDefaultModuleSettings()
227 packageData.setSelectionState(packageData.REMOVE); in setHiddenModuleSettingsUninstall()
243 packageData.setSelectionState(packageData.REMOVE); in setHiddenModuleSettingsUninstall()
301 packageData.setSelectionState(PackageDescription.REMOVE); in setDatabaseSettings()
585 … if (( ! packageData.isHidden() ) && ( packageData.getSelectionState() == packageData.REMOVE )) { in checkVisibleModulesUninstall()
610 ( packageData.getSelectionState() != packageData.REMOVE )) { in checkApplicationModulesUninstall()
632 ( packageData.getSelectionState() != packageData.REMOVE )) { in checkLanguageModulesUninstall()
652 && ( packageData.getSelectionState() != packageData.REMOVE ) in checkMaskedCompleteUninstallation()
H A DPackageCollector.java91 if (( packageData.isLeaf() ) && ( packageData.getSelectionState() == packageData.REMOVE )) { in collectUninstallPackages()
99 ( packageData.getSelectionState() == packageData.REMOVE )) { in collectUninstallPackages()
H A DInfoCtrl.java110 if ( packageData.getSelectionState() == packageData.REMOVE ) { in setReadyToUninstallInfoText()
119 if (( packageData.getSelectionState() == packageData.REMOVE ) || in setReadyToUninstallInfoText()
H A DDumper.java143 if (( packageData.isLeaf() ) && ( packageData.getSelectionState() == packageData.REMOVE )) { in dumpUninstallPackages()
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DDisplayPackageDescription.java92 if (state == PackageDescription.REMOVE) { in toggleState()
95 setState(node, PackageDescription.REMOVE ); in toggleState()
181 … || (state == PackageDescription.REMOVE) || (state == PackageDescription.REMOVE_SOME); in isSelected()
H A DPackageDescription.java53 public final static int REMOVE = 3; field in PackageDescription
/aoo4110/main/offapi/com/sun/star/animations/
H A DAnimationFill.idl56 const short REMOVE = 1;
70 …a fill behavior identical to that if it were specified as <const>AnimationFill::REMOVE</const.</li>
H A DXAnimationNode.idl176 … <li>The values <const>AnimationFill::REMOVE</const>, <const>AnimationFill::FREEZE</const>,
/aoo4110/main/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.cxx183 enum E_CMD_TYPE { ADD, ENABLE, DISABLE, REMOVE, CHECK_FOR_UPDATES, ACCEPT_LICENSE }; enumerator
614 TExtensionCmd pEntry( new ExtensionCmd( ExtensionCmd::REMOVE, rPackage ) ); in removeExtension()
770 case ExtensionCmd::REMOVE : in execute()
/aoo4110/main/slideshow/source/engine/animationnodes/
H A Dbasenode.cxx239 case animations::AnimationFill::REMOVE: in getStateTransitionTable()
393 : animations::AnimationFill::REMOVE; in getFillMode()
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/PanelHelper/
H A DTreeNodeRenderer.java70 case PackageDescription.REMOVE: setIcon(RemoveIcon); break; in getTreeCellRendererComponent()
/aoo4110/main/ooo_custom_images/industrial/
H A DREADME9 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/aoo4110/main/udkapi/com/sun/star/uri/
H A DRelativeUriExcessParentSegments.idl53 REMOVE
/aoo4110/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx311 nFill = AnimationFill::REMOVE; in GetFillMode()
584 case AnimationFill::REMOVE : aAnim.mnFill = 1; break; in exportNode()
820 case AnimationFill::REMOVE : aAnim.mnFill = 1; break; in exportAnimNode()
/aoo4110/main/xmloff/source/draw/
H A Danimationexport.cxx111 { XML_REMOVE, AnimationFill::REMOVE }, in getAnimationsEnumMap()
125 { XML_REMOVE, AnimationFill::REMOVE }, in getAnimationsEnumMap()
/aoo4110/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx2012 mpCBXRewind->Check( (nFill == AnimationFill::REMOVE) ? sal_True : sal_False ); in CustomAnimationDurationTabPage()
2192 sal_Int16 nFill = mpCBXRewind->IsChecked() ? AnimationFill::REMOVE : AnimationFill::HOLD; in update()
/aoo4110/main/oox/source/ppt/
H A Dcommontimenodecontext.cxx432 nEnum = AnimationFill::REMOVE; in CommonTimeNodeContext()
/aoo4110/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1139 case 1: nFill = AnimationFill::REMOVE; break; in fillNode()

Completed in 135 milliseconds