Home
last modified time | relevance | path

Searched refs:aPane (Results 1 – 4 of 4) sorted by relevance

/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DOOXMLViewer.java161 final JSplitPane aPane = new JSplitPane( in SetFile() local
166 aPane.setDividerLocation(200); in SetFile()
168 maContainer.add(aPane, BorderLayout.CENTER); in SetFile()
/trunk/main/sc/source/filter/excel/
H A Dxeview.cxx457 XclExpPane aPane( maData ); in SaveXml() local
458 aPane.SaveXml( rStrm ); in SaveXml()
517 XclExpPane aPane( maData ); in WritePane() local
518 aPane.Save( rStrm ); in WritePane()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DViewSample.java80 Object aPane = xIndex.getByIndex(1); in doSampleFunction() local
82 UnoRuntime.queryInterface( com.sun.star.sheet.XCellRangeReferrer.class, aPane ); in doSampleFunction()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DViewSample.cs80 uno.Any aPane = xIndex.getByIndex(1); in doSampleFunction()
82 (unoidl.com.sun.star.sheet.XCellRangeReferrer) aPane.Value; in doSampleFunction()

Completed in 26 milliseconds