Home
last modified time | relevance | path

Searched refs:Tools (Results 1 – 25 of 148) sorted by relevance

123456

/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLDatabaseMetaData.java130 throw Tools.toUnoException(this, exception); in getColumnPrivileges()
147 throw Tools.toUnoException(this, exception); in getColumns()
183 throw Tools.toUnoException(this, exception); in getTables()
201 throw Tools.toUnoException(this, exception); in getProcedureColumns()
218 throw Tools.toUnoException(this, exception); in getProcedures()
234 throw Tools.toUnoException(this, exception); in getVersionColumns()
358 throw Tools.toUnoException(this, exception); in getExportedKeys()
374 throw Tools.toUnoException(this, exception); in getImportedKeys()
390 throw Tools.toUnoException(this, exception); in getPrimaryKeys()
408 throw Tools.toUnoException(this, exception); in getIndexInfo()
[all …]
H A DJavaSQLResultSet.java264 throw Tools.toUnoException(this, exception); in findColumn()
273 throw Tools.toUnoException(this, exception); in getBinaryStream()
282 throw Tools.toUnoException(this, exception); in getCharacterStream()
291 throw Tools.toUnoException(this, exception); in getBoolean()
300 throw Tools.toUnoException(this, exception); in getByte()
309 throw Tools.toUnoException(this, exception); in getBytes()
323 throw Tools.toUnoException(this, exception); in getDate()
332 throw Tools.toUnoException(this, exception); in getDouble()
341 throw Tools.toUnoException(this, exception); in getFloat()
350 throw Tools.toUnoException(this, exception); in getInt()
[all …]
H A DJavaSQLResultSetMetaData.java43 throw Tools.toUnoException(this, jdbcSQLException); in getColumnDisplaySize()
52 throw Tools.toUnoException(this, jdbcSQLException); in getColumnType()
64 throw Tools.toUnoException(this, jdbcSQLException); in getColumnCount()
73 throw Tools.toUnoException(this, jdbcSQLException); in isCaseSensitive()
86 throw Tools.toUnoException(this, jdbcSQLException); in getSchemaName()
99 throw Tools.toUnoException(this, jdbcSQLException); in getColumnName()
112 throw Tools.toUnoException(this, jdbcSQLException); in getTableName()
125 throw Tools.toUnoException(this, jdbcSQLException); in getCatalogName()
138 throw Tools.toUnoException(this, jdbcSQLException); in getColumnTypeName()
151 throw Tools.toUnoException(this, jdbcSQLException); in getColumnLabel()
[all …]
H A DJavaSQLConnection.java141 throw Tools.toUnoException(this, sqlException); in clearWarnings()
161 throw Tools.toUnoException(this, sqlException); in getWarnings()
172 throw Tools.toUnoException(this, sqlException); in commit()
191 throw Tools.toUnoException(this, sqlException); in getAutoCommit()
206 throw Tools.toUnoException(this, sqlException); in getCatalog()
216 throw Tools.toUnoException(this, sqlException); in getMetaData()
226 throw Tools.toUnoException(this, sqlException); in getTransactionIsolation()
241 throw Tools.toUnoException(this, sqlException); in isClosed()
251 throw Tools.toUnoException(this, sqlException); in isReadOnly()
298 throw Tools.toUnoException(this, sqlException); in rollback()
[all …]
H A DJavaSQLPreparedStatement.java119 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in execute()
130 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in executeUpdate()
145 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in executeQuery()
174 throw Tools.toUnoExceptionLogged(this, logger, exception); in setBinaryStream()
192 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setBoolean()
203 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setByte()
214 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setBytes()
230 throw Tools.toUnoExceptionLogged(this, logger, exception); in setCharacterStream()
249 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setDate()
260 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in setDouble()
[all …]
H A DJavaSQLCallableStatement.java92 throw Tools.toUnoException(this, exception); in getBoolean()
102 throw Tools.toUnoException(this, exception); in getByte()
112 throw Tools.toUnoException(this, exception); in getBytes()
127 throw Tools.toUnoException(this, exception); in getDate()
137 throw Tools.toUnoException(this, exception); in getDouble()
147 throw Tools.toUnoException(this, exception); in getFloat()
157 throw Tools.toUnoException(this, exception); in getInt()
167 throw Tools.toUnoException(this, exception); in getLong()
182 throw Tools.toUnoException(this, exception); in getArray()
197 throw Tools.toUnoException(this, exception); in getClob()
[all …]
H A DJavaSQLStatementBase.java226 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in getCursorName()
235 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in setCursorName()
244 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in getEscapeProcessing()
255 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in setEscapeProcessing()
264 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in getFetchDirection()
274 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in setFetchDirection()
425 throw Tools.toUnoException(this, sqlException); in clearWarnings()
445 throw Tools.toUnoException(this, sqlException); in getWarnings()
486 throw Tools.toUnoException(this, sqlException); in getMoreResults()
501 throw Tools.toUnoException(this, sqlException); in getResultSet()
[all …]
H A DJavaSQLStatement.java74 throw Tools.toUnoException(this, sqlException); in addBatch()
84 throw Tools.toUnoException(this, sqlException); in clearBatch()
94 throw Tools.toUnoException(this, sqlException); in executeBatch()
107 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in execute()
124 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in executeQuery()
137 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in executeUpdate()
160 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in createStatement()
H A DJavaSQLBlob.java66 throw Tools.toUnoException(this, jdbcSQLException); in getBinaryStream()
75 throw Tools.toUnoException(this, jdbcSQLException); in getBytes()
84 throw Tools.toUnoException(this, jdbcSQLException); in length()
93 throw Tools.toUnoException(this, jdbcSQLException); in position()
H A DJavaSQLClob.java66 throw Tools.toUnoException(this, jdbcSQLException); in getCharacterStream()
75 throw Tools.toUnoException(this, jdbcSQLException); in getSubString()
84 throw Tools.toUnoException(this, jdbcSQLException); in length()
93 throw Tools.toUnoException(this, jdbcSQLException); in position()
H A DJavaSQLArray.java81 throw Tools.toUnoException(this, jdbcSQLException); in getBaseType()
90 throw Tools.toUnoException(this, jdbcSQLException); in getBaseTypeName()
/aoo42x/main/sfx2/source/sidebar/
H A DTools.cxx47 Image Tools::GetImage ( in GetImage()
61 Image Tools::GetImage ( in GetImage()
111 css::awt::Gradient Tools::VclToAwtGradient (const Gradient aVclGradient) in VclToAwtGradient()
130 Gradient Tools::AwtToVclGradient (const css::awt::Gradient aAwtGradient) in AwtToVclGradient()
150 SvBorder Tools::RectangleToSvBorder (const Rectangle aBox) in RectangleToSvBorder()
162 util::URL Tools::GetURL (const ::rtl::OUString& rsCommand) in GetURL()
179 Reference<frame::XDispatch> Tools::GetDispatch ( in GetDispatch()
191 ::rtl::OUString Tools::GetModuleName ( in GetModuleName()
H A DSidebarController.cxx163 const util::URL aURL (Tools::GetURL(gsReadOnlyCommandName)); in SidebarController()
164 mxReadOnlyModeDispatch = Tools::GetDispatch(mxFrame, aURL); in SidebarController()
220 mxReadOnlyModeDispatch->removeStatusListener(this, Tools::GetURL(gsReadOnlyCommandName)); in disposing()
871 const util::URL aURL (Tools::GetURL(rsMenuCommand)); in ShowDetailMenu()
872 Reference<frame::XDispatch> xDispatch (Tools::GetDispatch(mxFrame, aURL)); in ShowDetailMenu()
1204 mpCurrentDeck->GetTitleBar()->SetIcon(Tools::GetImage(sIconURL, mxFrame)); in UpdateTitleBarIcons()
1225 (*iPanel)->GetTitleBar()->SetIcon(Tools::GetImage(sIconURL, mxFrame)); in UpdateTitleBarIcons()
H A DToolBoxBackground.cxx42 ? Tools::RectangleToSvBorder(Theme::GetRectangle(Theme::Rect_ToolBoxPadding)) in ToolBoxBackground()
112 Tools::RectangleToSvBorder(aBorderSize), in Paint()
126 maPadding = Tools::RectangleToSvBorder(Theme::GetRectangle(Theme::Rect_ToolBoxPadding)); in DataChanged()
H A DPanelTitleBar.cxx176 const util::URL aURL (Tools::GetURL(msMoreOptionsCommand)); in HandleToolBoxItemClick()
177 Reference<frame::XDispatch> xDispatch (Tools::GetDispatch(mxFrame, aURL)); in HandleToolBoxItemClick()
H A DSidebarToolBox.cxx263 aDescriptor.maURL = sfx2::sidebar::Tools::GetURL(sCommandName); in CreateController()
292 aDescriptor.maURL = sfx2::sidebar::Tools::GetURL(rsCommandName); in SetController()
H A DTheme.cxx246 Any(Tools::VclToAwtGradient(Gradient( in UpdateTheme()
410 Any(Tools::VclToAwtGradient(Gradient( in UpdateTheme()
1053 maImages[nIndex] = Tools::GetImage(sURL, NULL); in ProcessNewValue()
/aoo42x/main/solenv/bin/modules/installer/patch/
H A DInstallationSet.pm24 use installer::patch::Tools;
120 my $windows_filename = installer::patch::Tools::ToEscapedWindowsPath($filename);
121 my $windows_destination_path = installer::patch::Tools::ToEscapedWindowsPath($destination_path);
246 my $windows_cab_filename = installer::patch::Tools::ToEscapedWindowsPath($cab_filename);
247 my $windows_destination_path = installer::patch::Tools::ToEscapedWindowsPath($destination_path);
628 installer::patch::Tools::touch($unpacked_exe_flag_filename);
650 installer::patch::Tools::touch($unpacked_exe_flag_filename);
844 installer::patch::Tools::touch($unpacked_cab_flag_filename);
H A DMsi.pm25 use installer::patch::Tools;
196 "-d", installer::patch::Tools::ToEscapedWindowsPath($self->{'filename'}),
197 "-f", installer::patch::Tools::ToEscapedWindowsPath($self->{'tmpdir'}),
244 "-d", installer::patch::Tools::ToEscapedWindowsPath($self->{'filename'}),
245 "-f", installer::patch::Tools::ToEscapedWindowsPath($self->{'tmpdir'}),
H A DTools.pm22 package installer::patch::Tools;
/aoo42x/main/solenv/bin/
H A Dpatch_tool.pl1431 "Value", installer::patch::Tools::ToWindowsPath($msp_filename)
1488 my $msi_path = installer::patch::Tools::ToWindowsPath($target_msi_path);
1506 "MsiPath", installer::patch::Tools::ToWindowsPath($source_msi_path),
1617 "/l", "'".installer::patch::Tools::ToWindowsPath($log_filename)."'",
1618 "/o", "'".installer::patch::Tools::ToWindowsPath($destination_path)."'");
1686 "-s", "'".installer::patch::Tools::ToWindowsPath($pcp->{'filename'})."'",
1687 "-p", "'".installer::patch::Tools::ToWindowsPath($pcp->{'msp_filename'})."'",
1688 "-l", "'".installer::patch::Tools::ToWindowsPath($log_filename)."'",
1689 "-f", "'".installer::patch::Tools::ToWindowsPath($temporary_msimsp_path)."'");
1963 "/update", "'".installer::patch::Tools::ToWindowsPath($msp_filename)."'",
[all …]
/aoo42x/main/icc/
H A DSampleICC-1.3.2.patch8Tools/Makefile Tools/CmdLine/Makefile Tools/CmdLine/IccDumpProfile/Makefile Tools/CmdLine/IccProfL…
14 "Tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES Tools/Makefile" ;;
15 "Tools/CmdLine/Makefile" ) CONFIG_FILES="$CONFIG_FILES Tools/CmdLine/Makefile" ;;
16 - "Tools/CmdLine/IccApplyNamedCmm/Makefile" ) CONFIG_FILES="$CONFIG_FILES Tools/CmdLine/IccApplyNa…
17 - "Tools/CmdLine/IccApplyProfiles/Makefile" ) CONFIG_FILES="$CONFIG_FILES Tools/CmdLine/IccApplyPr…
18 …"Tools/CmdLine/IccDumpProfile/Makefile" ) CONFIG_FILES="$CONFIG_FILES Tools/CmdLine/IccDumpProfile…
19 …"Tools/CmdLine/IccProfLibTest/Makefile" ) CONFIG_FILES="$CONFIG_FILES Tools/CmdLine/IccProfLibTest…
20 …"Tools/CmdLine/IccStripUnknownTags/Makefile" ) CONFIG_FILES="$CONFIG_FILES Tools/CmdLine/IccStripU…
22 …"Tools/CmdLine/IccV4ToMPE/Makefile" ) CONFIG_FILES="$CONFIG_FILES Tools/CmdLine/IccV4ToMPE/Makefil…
3111 --- misc/SampleICC-1.3.2/Tools/CmdLine/Makefile.in Mon Aug 20 22:10:42 2007
[all …]
/aoo42x/main/svtools/source/java/
H A Djavaerror.src37 …Message [ en-US ] ="The %PRODUCTNAME configuration has been changed. Under Tools - Options - %PROD…
51 …e. Please select another version or install a new JRE and select it under Tools - Options - %PRODU…
/aoo42x/main/reportbuilder/license/
H A Dreadme_en-US.txt44 * Double-click the extension file (*.oxt) in your system's file browser or choose Tools > Extension…
48 * Choose Tools > Extension Manager, click the Report Builder entry, then click Remove.
/aoo42x/main/xmerge/source/activesync/
H A DXMergeSync.dsp46 # ADD CPP /nologo /MT /W3 /GX /O2 /I "C:\Program Files\Windows CE Tools\wce300\Pocket PC 2002\suppo…
72 # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "C:\Program Files\Windows CE Tools\wce300\Pocket PC 2…

Completed in 313 milliseconds

123456