/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/hxt-9.3.1.18/src/Text/XML/HXT/DOM/ |
H A D | TypeDefs.hs | 71 …| XBlob Blob -- ^ text represented more space efficient as byte… constructor 96 rnf (XBlob b) = BS.length b `seq` () 109 rwnf (XBlob _b) = () -- BS.length b `seq` () -- lazy bytestrings are not evaluated 129 put (XBlob b) = put (10::Word8) >> put b 152 10 -> get >>= return . XBlob
|
H A D | XmlNode.hs | 149 isText (XBlob _) = True 153 isBlob (XBlob _) = True 200 mkBlob = XBlob 218 getText (XBlob b) = Just . blobToString $ b 222 getBlob (XBlob b) = Just b 280 changeText cf (XBlob b) = XText . cf . blobToString $ b 284 changeBlob cf (XBlob b) = XBlob . cf $ b
|
H A D | ShowXml.hs | 48 xshow [(NTree (XBlob b) _)] = blobToString b -- special case optimisation 54 xshowBlob [(NTree (XBlob b) _)] = b -- special case optimisation 125 showXmlTree (NTree (XBlob b) _)
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/connectivity/ |
H A D | BlobHelper.hxx | 28 class OOO_DLLPUBLIC_DBTOOLS BlobHelper final : public ::cppu::WeakImplHelper< css::sdbc::XBlob > 38 …virtual ::sal_Int64 SAL_CALL positionOfBlob( const css::uno::Reference< css::sdbc::XBlob >& patter…
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/connectivity/ |
H A D | BlobHelper.hxx | 28 class OOO_DLLPUBLIC_DBTOOLS BlobHelper final : public ::cppu::WeakImplHelper< css::sdbc::XBlob > 38 …virtual ::sal_Int64 SAL_CALL positionOfBlob( const css::uno::Reference< css::sdbc::XBlob >& patter…
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/inc/java/sql/ |
H A D | Blob.hxx | 33 public ::cppu::WeakImplHelper< css::sdbc::XBlob> 50 …virtual sal_Int64 SAL_CALL positionOfBlob( const css::uno::Reference< css::sdbc::XBlob >& pattern,…
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/inc/java/sql/ |
H A D | Blob.hxx | 34 public ::cppu::WeakImplHelper< css::sdbc::XBlob> 51 …virtual sal_Int64 SAL_CALL positionOfBlob( const css::uno::Reference< css::sdbc::XBlob >& pattern,…
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/firebird/ |
H A D | Blob.hxx | 21 typedef ::cppu::WeakComponentImplHelper< css::sdbc::XBlob, 75 positionOfBlob(const css::uno::Reference< css::sdbc::XBlob >& rPattern,
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/firebird/ |
H A D | Blob.hxx | 24 typedef ::cppu::WeakComponentImplHelper< css::sdbc::XBlob, 78 positionOfBlob(const css::uno::Reference< css::sdbc::XBlob >& rPattern,
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 25 import com.sun.star.sdbc.XBlob; 257 XBlob getBlob( int _colIndex ) throws SQLException in getBlob()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/core/api/ |
H A D | PrivateRow.cxx | 117 Reference< XBlob > SAL_CALL OPrivateRow::getBlob( ::sal_Int32 columnIndex ) in getBlob() 120 return Reference< XBlob >(m_aRow[m_nPos].makeAny(),UNO_QUERY); in getBlob()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 25 import com.sun.star.sdbc.XBlob; 257 XBlob getBlob( int _colIndex ) throws SQLException in getBlob()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/core/api/ |
H A D | PrivateRow.cxx | 117 Reference< XBlob > SAL_CALL OPrivateRow::getBlob( ::sal_Int32 columnIndex ) in getBlob() 120 return Reference< XBlob >(m_aRow[m_nPos].makeAny(),UNO_QUERY); in getBlob()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 26 import com.sun.star.sdbc.XBlob; 267 public XBlob getBlob(int i) throws SQLException in getBlob()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 29 import com.sun.star.sdbc.XBlob; 266 public XBlob getBlob(int i) throws SQLException in getBlob()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 26 import com.sun.star.sdbc.XBlob; 267 public XBlob getBlob(int i) throws SQLException in getBlob()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 29 import com.sun.star.sdbc.XBlob; 266 public XBlob getBlob(int i) throws SQLException in getBlob()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/commontools/ |
H A D | BlobHelper.cxx | 63 ::sal_Int64 SAL_CALL BlobHelper::positionOfBlob( const css::uno::Reference< css::sdbc::XBlob >& /*p… in positionOfBlob() argument
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/commontools/ |
H A D | BlobHelper.cxx | 63 ::sal_Int64 SAL_CALL BlobHelper::positionOfBlob( const css::uno::Reference< css::sdbc::XBlob >& /*p… in positionOfBlob() argument
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucbhelper/ |
H A D | IwyuFilter_ucbhelper.yaml | 15 - com/sun/star/sdbc/XBlob.hpp
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucbhelper/ |
H A D | IwyuFilter_ucbhelper.yaml | 18 - com/sun/star/sdbc/XBlob.hpp
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucbhelper/source/provider/ |
H A D | propertyvalueset.cxx | 104 Reference< XBlob > xBlob; // getBlob 487 Reference< XBlob > SAL_CALL PropertyValueSet::getBlob( sal_Int32 columnIndex ) in getBlob() 489 …return getValue<Reference< XBlob >, &ucbhelper_impl::PropertyValue::xBlob>(PropsSet::Blob, columnI… in getBlob()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucbhelper/source/provider/ |
H A D | propertyvalueset.cxx | 104 Reference< XBlob > xBlob; // getBlob 488 Reference< XBlob > SAL_CALL PropertyValueSet::getBlob( sal_Int32 columnIndex ) in getBlob() 490 …return getValue<Reference< XBlob >, &ucbhelper_impl::PropertyValue::xBlob>(PropsSet::Blob, columnI… in getBlob()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRow.java | 29 import com.sun.star.sdbc.XBlob; 460 int col = findColumnOfType(XBlob.class) ; in _getBlob()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRow.java | 29 import com.sun.star.sdbc.XBlob; 460 int col = findColumnOfType(XBlob.class) ; in _getBlob()
|