Home
last modified time | relevance | path

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

/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/
H A DPrologue.java54 PanelLabel label1 = new PanelLabel(text1, true); in Prologue() local
55 if ( data.useRtl() ) { label1.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); } in Prologue()
60 contentPanel.add(label1, BorderLayout.NORTH); in Prologue()
H A DUninstallationImminent.java62 PanelLabel label1 = new PanelLabel(text1); in UninstallationImminent() local
63 if ( data.useRtl() ) { label1.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); } in UninstallationImminent()
74 contentpanel.add(label1, BorderLayout.NORTH); in UninstallationImminent()
H A DInstallationImminent.java63 PanelLabel label1 = new PanelLabel(text1); in InstallationImminent() local
64 if ( data.useRtl() ) { label1.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); } in InstallationImminent()
75 contentpanel.add(label1, BorderLayout.NORTH); in InstallationImminent()
H A DUninstallationPrologue.java49 PanelLabel label1 = new PanelLabel(text1, true); in UninstallationPrologue() local
53 contentPanel.add(label1, BorderLayout.NORTH); in UninstallationPrologue()
H A DAcceptLicense.java54 PanelLabel label1 = new PanelLabel(text1); in AcceptLicense() local
65 contentpanel.add(label1, BorderLayout.NORTH); in AcceptLicense()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Dialogs/
H A DDatabaseDialog.java52 PanelLabel label1 = new PanelLabel(text2); in DatabaseDialog() local
53 toppanel.add(label1, BorderLayout.NORTH); in DatabaseDialog()
/trunk/main/sw/
H A DLibrary_swui.mk109 sw/source/ui/envelp/label1 \
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx1654 Emit::Label label1 = ilGen->DefineLabel(); in complete_service_type() local
1655 ilGen->Emit(Emit::OpCodes::Brtrue, label1); in complete_service_type()
1666 ilGen->MarkLabel(label1); in complete_service_type()

Completed in 59 milliseconds