Searched refs:Osl (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/connectivity/java/dbtools/src/main/java/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
| H A D | OColumnContainer.java | 34 import org.apache.openoffice.comp.sdbc.dbtools.util.Osl; 155 Osl.ensure(table, "Table is null!"); in dropObject()
|
| H A D | SqlTableHelper.java | 34 import org.apache.openoffice.comp.sdbc.dbtools.util.Osl; 127 … Osl.ensure(!hasDuplicates && !hasGaps, "database provided invalid ORDINAL_POSITION values!"); in sanitizeColumnDescriptions()
|
| /trunk/main/connectivity/java/sdbc_postgresql/src/main/java/com/sun/star/sdbcx/comp/postgresql/ |
| H A D | PostgresqlViews.java | 32 import org.apache.openoffice.comp.sdbc.dbtools.util.Osl; 123 … Osl.ensure(propertySet != null, "Object returned from view collection isn't an XPropertySet"); in dropObject()
|
| /trunk/main/connectivity/java/dbtools/src/main/java/org/apache/openoffice/comp/sdbc/dbtools/util/ |
| H A D | DbTools.java | 238 Osl.ensure(!table.isEmpty(), "At least the table name should be non-empty"); in doComposeTableName() 306 Osl.ensure(false, "this is not a table object"); in getTableNameComponents() 338 Osl.ensure(_rxConnMetaData, "QualifiedNameComponents : invalid meta data!"); in qualifiedNameComponents() 703 Osl.ensure(count > 0, "resultset has empty metadata"); in collectColumnInformation()
|
| H A D | Osl.java | 24 public class Osl { class
|
| H A D | AutoRetrievingBase.java | 50 Osl.ensure(autoRetrievingEnabled, "Illegal call here. isAutoRetrievingEnabled() is false!"); in getTransformedGeneratedStatement()
|
| /trunk/main/accessibility/source/extended/ |
| H A D | textwindowaccessibility.cxx | 2107 …::sal_Int32 Osp = m_nSelectionFirstPara, Osl = m_nSelectionFirstPos, Oep = m_nSelectionLastPara, O… in getSelectionType() 2111 TextPaM Os(Osp, sal_uInt16(Osl)); in getSelectionType() 2129 else if (Os != Oe && Ns != Ne && Osp == Nsp && Osl == Nsl) in getSelectionType()
|