| /trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
| H A D | JavaSQLDatabaseMetaData.java | 80 throw Tools.toUnoException(this, jdbcSQLException); in getTypeInfo() 89 throw Tools.toUnoException(this, jdbcSQLException); in getCatalogs() 102 throw Tools.toUnoException(this, jdbcSQLException); in getCatalogSeparator() 111 throw Tools.toUnoException(this, jdbcSQLException); in getSchemas() 130 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() [all …]
|
| H A D | JavaSQLResultSet.java | 205 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in getCursorName() 213 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in getFetchDirection() 221 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in setFetchDirection() 229 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in getFetchSize() 237 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in setFetchSize() 245 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in getResultSetConcurrency() 253 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in getResultSetType() 264 throw Tools.toUnoException(this, exception); in findColumn() 273 throw Tools.toUnoException(this, exception); in getBinaryStream() 282 throw Tools.toUnoException(this, exception); in getCharacterStream() [all …]
|
| H A D | JavaSQLResultSetMetaData.java | 43 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 D | JavaSQLConnection.java | 141 throw Tools.toUnoException(this, sqlException); in clearWarnings() 156 …warning.NextException = nextException != null ? Tools.toUnoException(this, nextException) : Any.VO… in getWarnings() 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() [all …]
|
| H A D | JavaSQLPreparedStatement.java | 83 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in createStatement() 119 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() [all …]
|
| H A D | JavaSQLCallableStatement.java | 59 throw Tools.toUnoExceptionLogged(this, logger, sqlException); in createStatement() 92 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() [all …]
|
| H A D | JavaSQLStatementBase.java | 226 … 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() 283 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in getFetchSize() 293 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in setFetchSize() 302 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in getMaxFieldSize() 311 … throw new WrappedTargetException("SQL error", this, Tools.toUnoException(this, exception)); in setMaxFieldSize() [all …]
|
| H A D | JavaSQLStatement.java | 74 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 D | JavaSQLBlob.java | 66 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 D | JavaSQLClob.java | 66 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 D | JavaSQLArray.java | 81 throw Tools.toUnoException(this, jdbcSQLException); in getBaseType() 90 throw Tools.toUnoException(this, jdbcSQLException); in getBaseTypeName()
|
| H A D | JavaSQLRef.java | 39 throw Tools.toUnoException(this, jdbcSqlException); in getBaseTypeName()
|
| /trunk/main/sfx2/source/sidebar/ |
| H A D | Tools.cxx | 46 Image Tools::GetImage ( in GetImage() 57 Image Tools::GetImage ( in GetImage() 104 css::awt::Gradient Tools::VclToAwtGradient (const Gradient aVclGradient) in VclToAwtGradient() 120 Gradient Tools::AwtToVclGradient (const css::awt::Gradient aAwtGradient) in AwtToVclGradient() 137 SvBorder Tools::RectangleToSvBorder (const Rectangle aBox) in RectangleToSvBorder() 146 util::URL Tools::GetURL (const ::rtl::OUString& rsCommand) in GetURL() 160 Reference<frame::XDispatch> Tools::GetDispatch ( in GetDispatch() 169 ::rtl::OUString Tools::GetModuleName ( in GetModuleName()
|
| H A D | SidebarController.cxx | 163 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 D | ToolBoxBackground.cxx | 41 ? Tools::RectangleToSvBorder(Theme::GetRectangle(Theme::Rect_ToolBoxPadding)) in ToolBoxBackground() 102 Tools::RectangleToSvBorder(aBorderSize), in Paint() 113 maPadding = Tools::RectangleToSvBorder(Theme::GetRectangle(Theme::Rect_ToolBoxPadding)); in DataChanged()
|
| H A D | PanelTitleBar.cxx | 153 const util::URL aURL (Tools::GetURL(msMoreOptionsCommand)); in HandleToolBoxItemClick() 154 Reference<frame::XDispatch> xDispatch (Tools::GetDispatch(mxFrame, aURL)); in HandleToolBoxItemClick()
|
| H A D | SidebarToolBox.cxx | 263 aDescriptor.maURL = sfx2::sidebar::Tools::GetURL(sCommandName); in CreateController() 292 aDescriptor.maURL = sfx2::sidebar::Tools::GetURL(rsCommandName); in SetController()
|
| H A D | Theme.cxx | 229 Any(Tools::VclToAwtGradient(Gradient( in UpdateTheme() 393 Any(Tools::VclToAwtGradient(Gradient( in UpdateTheme() 1015 maImages[nIndex] = Tools::GetImage(sURL, NULL); in ProcessNewValue()
|
| /trunk/main/solenv/bin/modules/installer/patch/ |
| H A D | InstallationSet.pm | 24 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 D | Msi.pm | 25 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 D | Tools.pm | 22 package installer::patch::Tools;
|
| /trunk/main/solenv/bin/ |
| H A D | patch_tool.pl | 1431 "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 …]
|
| /trunk/main/icc/ |
| H A D | SampleICC-1.3.2.patch | 7 …Tools/Makefile Tools/CmdLine/Makefile Tools/CmdLine/IccApplyNamedCmm/Makefile Tools/CmdLine/IccApp… 8 …Tools/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… [all …]
|
| /trunk/main/svtools/source/java/ |
| H A D | javaerror.src | 37 …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…
|
| /trunk/main/xmerge/source/activesync/ |
| H A D | XMergeSync.dsp | 46 # 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…
|