Lines Matching full:args

207     oCurStart = oStart.getText.createTextCursorByRange(oStart)
208 oEnd = oCur.getEnd
209 oCurEnd = oEnd.getText.createTextCursorByRange(oEnd)
211 sSectionName = AlphaNum(inputbox("Please specify a section name/identifier:"))
213 If sSectionName = "" Then
214 Exit Sub
217 If sSectionName = "" Then
218msgbox "No (valid) identifier -- no section."+chr(13)+"Hint: Use only A-Z,a-z,0-9 a…
222 document = ThisComponent.CurrentController.Frame
223 dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")
314 msgbox "Please select an image"
316 If Instr(oSel(0).Name," ")>0 Then
317 oSel(0).Name = Left(oSel(0).Name,Instr(oSel(0).Name," ")-1)
319 oSel(0).Name = oSel(0).Name + " localize=""true"""
322 End Sub
323
324
325 Sub UnLocalizeImage
326 oSel = thiscomponent.getcurrentcontroller.getselection
327 If oSel(0).ImplementationName <> "SwXTextGraphicObject" Then
328 msgbox "Please select an image"
332 oSel(0).Name = Left(oSel(0).Name,Instr(oSel(0).Name," ")-1)
357 args(1).Name = "RegionCondition"
358 args(1).Value = ""
359 args(2).Name = "RegionHidden"
360 args(2).Value = false
361 args(3).Name = "RegionProtect"
363 args(4).Name = "LinkName"
364 args(4).Value = ""
365 args(5).Name = "FilterName"
366 args(5).Value = ""
367 args(6).Name = "SubRegion"
368 args(6).Value = ""
370 dispatcher.executeDispatch(document, ".uno:InsertSection", "", 0, args())
372 …InsertTagCR("SECTION_","<SECTION id=""howtoget"">",&…