Home
last modified time | relevance | path

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 DOColumnContainer.java34 import org.apache.openoffice.comp.sdbc.dbtools.util.Osl;
155 Osl.ensure(table, "Table is null!"); in dropObject()
H A DSqlTableHelper.java34 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 DPostgresqlViews.java32 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 DDbTools.java238 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 DOsl.java24 public class Osl { class
H A DAutoRetrievingBase.java50 Osl.ensure(autoRetrievingEnabled, "Illegal call here. isAutoRetrievingEnabled() is false!"); in getTransformedGeneratedStatement()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx2107 …::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()