Home
last modified time | relevance | path

Searched refs:getWorkbook (Results 1 – 15 of 15) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/vba/
H A Dvbaworkbooks.cxx42 getWorkbook( const uno::Reference< uno::XComponentContext >& xContext, in getWorkbook() function
72 return getWorkbook( m_xContext, xDoc, m_xParent ); in nextElement()
103 return getWorkbook( mxContext, xDoc, mxParent ); in createCollectionObject()
146 return getWorkbook( mxContext, xSpreadDoc, mxParent ); in Add()
266 uno::Any aRet = getWorkbook( mxContext, xSpreadDoc, mxParent ); in Open()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/vba/
H A Dvbaworkbooks.cxx40 getWorkbook( const uno::Reference< uno::XComponentContext >& xContext, in getWorkbook() function
68 return getWorkbook( m_xContext, xDoc, m_xParent ); in nextElement()
97 return getWorkbook( mxContext, xDoc, mxParent ); in createCollectionObject()
140 return getWorkbook( mxContext, xSpreadDoc, mxParent ); in Add()
260 uno::Any aRet = getWorkbook( mxContext, xSpreadDoc, mxParent ); in Open()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/view/document/
H A DExcelViewTests.java220 Workbook wb = Workbook.getWorkbook(new ByteArrayInputStream(response.getContentAsByteArray())); in testJExcel()
251 Workbook wb = Workbook.getWorkbook(new ByteArrayInputStream(response.getContentAsByteArray())); in testJExcelWithTemplateNoLoc()
281 Workbook wb = Workbook.getWorkbook(new ByteArrayInputStream(response.getContentAsByteArray())); in testJExcelWithTemplateAndCountryAndLanguage()
311 Workbook wb = Workbook.getWorkbook(new ByteArrayInputStream(response.getContentAsByteArray())); in testJExcelWithTemplateAndLanguage()
/dports/www/moodle310/moodle/lib/spout/src/Spout/Writer/Common/Manager/
H A DWorkbookManagerInterface.php22 public function getWorkbook(); function
H A DWorkbookManagerAbstract.php97 public function getWorkbook() function in Box\\Spout\\Writer\\Common\\Manager\\WorkbookManagerAbstract
/dports/www/moodle311/moodle/lib/spout/src/Spout/Writer/Common/Manager/
H A DWorkbookManagerInterface.php22 public function getWorkbook(); function
H A DWorkbookManagerAbstract.php97 public function getWorkbook() function in Box\\Spout\\Writer\\Common\\Manager\\WorkbookManagerAbstract
/dports/www/moodle39/moodle/lib/spout/src/Spout/Writer/Common/Manager/
H A DWorkbookManagerInterface.php22 public function getWorkbook(); function
H A DWorkbookManagerAbstract.php97 public function getWorkbook() function in Box\\Spout\\Writer\\Common\\Manager\\WorkbookManagerAbstract
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/exceltex/
H A Dexceltex497 sub getWorkbook
664 my $w = getWorkbook($file);
703 my $book = getWorkbook($file);
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/view/document/
H A DAbstractJExcelView.java164 return Workbook.getWorkbook(inputFile.getInputStream()); in getTemplateSource()
/dports/www/moodle310/moodle/lib/spout/src/Spout/Writer/
H A DWriterMultiSheetsAbstract.php146 if (!$this->workbookManager->getWorkbook()) {
/dports/www/moodle311/moodle/lib/spout/src/Spout/Writer/
H A DWriterMultiSheetsAbstract.php146 if (!$this->workbookManager->getWorkbook()) {
/dports/www/moodle39/moodle/lib/spout/src/Spout/Writer/
H A DWriterMultiSheetsAbstract.php146 if (!$this->workbookManager->getWorkbook()) {
/dports/math/octave-forge-io/io-2.6.4/inst/private/
H A D__JXL_spsh_open__.m34 wb = javaMethod ("getWorkbook", "jxl.Workbook", xlsin);