summaryrefslogtreecommitdiff
path: root/scripting/workben/bindings/Highlight.xdl
blob: 2d65de42283e85fff8592028cb386346cab75876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script" dlg:id="Highlight" dlg:left="68" dlg:top="23" dlg:width="135" dlg:height="48" dlg:closeable="true" dlg:moveable="true">
 <dlg:bulletinboard>
  <dlg:text dlg:id="Label1" dlg:tab-index="2" dlg:left="3" dlg:top="8" dlg:width="33" dlg:height="9" dlg:value="Find What:"/>
  <dlg:textfield dlg:id="HighlightTextField" dlg:tab-index="3" dlg:left="39" dlg:top="6" dlg:width="93" dlg:height="12"/>
  <dlg:button dlg:id="HighlightButton" dlg:tab-index="0" dlg:left="20" dlg:top="24" dlg:width="46" dlg:height="18" dlg:value="Highlight">
    <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.script:Highlight.ButtonPressHandler.bsh?language=BeanShell&amp;location=share" script:language="Script"/>
  </dlg:button>
  <dlg:button dlg:id="ExitButton" dlg:tab-index="1" dlg:left="72" dlg:top="24" dlg:width="46" dlg:height="18" dlg:value="Exit">
    <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.script:Highlight.ButtonPressHandler.bsh?language=BeanShell&amp;location=share" script:language="Script"/>
  </dlg:button>
 </dlg:bulletinboard>
</dlg:window>
lass='decoration'>Caolán McNamara 2023-03-09ofz#56826 Heap-use-after-freeCaolán McNamara 2023-03-09Fix typoAndrea Gelmini 2023-03-08tdf#82984 tdf#94915 zip64 support (import + export)Attila Szűcs 2023-03-01assert that Mutex exists at ctor timeCaolán McNamara 2023-03-01cid#1521559 pass arg as ref to prove no Dereference before null checkCaolán McNamara 2023-02-28flatten OWriteStreamNoel Grandin 2023-02-28no need to allocate OTypeCollection separately in OStorageNoel Grandin 2023-02-28no need to allocate OTypeCollection separately in WSInternalData_ImplNoel Grandin 2023-02-17osl::Mutex->std::mutex in OHierarchyElement_ImplNoel Grandin 2023-02-15Drop 'using namespace ::std' in dirs [e-p]*Gabor Kelemen 2023-01-17XUnoTunnel->dynamic_cast in ZipPackageEntryNoel Grandin 2023-01-17XUnoTunnel->dynamic_cast in ZipPackageNoel Grandin 2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski 2023-01-13Simplify a bitMike Kaganski 2023-01-13XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriterNoel Grandin 2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI 2022-11-22loplugin:unusedfieldsNoel Grandin 2022-10-27cid#1242675 Untrusted value as argumentCaolán McNamara 2022-10-21tdf#133767 new service TempFileFastServiceNoel Grandin 2022-09-29split utl::TempFile into fast and named variantsNoel Grandin 2022-09-27use more string_view in packageNoel Grandin 2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann 2022-08-17cid#1500507 silence Resource leakCaolán McNamara