Searched refs:pLength (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/dbaccess/source/ui/control/ |
| H A D | FieldDescControl.cxx | 158 ,pLength(NULL) in DBG_NAME() 208 ,pLength(NULL) in OFieldDescControl() 365 …Control* ppAggregates[] = { pRequired, pNumType, pAutoIncrement, pDefault, pTextLen, pLength, pSca… in CheckScrollBars() 476 , pTextLen, pLength in ScrollAllAggregates() 496 …Control* ppAggregates[] = { pRequired, pNumType, pAutoIncrement, pDefault, pTextLen, pLength, pSca… in CountActiveAggregates() 507 …Control* ppAggregates[] = { pRequired, pNumType, pAutoIncrement, pDefault, pTextLen, pLength, pSca… in GetMaxControlHeight() 528 , pTextLen, pLength in SetReadOnly() 582 if (pLength) in GetControlText() 583 return pLength->GetText(); in GetControlText() 660 if (pLength) in SetControlText() [all …]
|
| /AOO41X/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/ |
| H A D | XSLTFilterOLEExtracter.java | 147 byte pLength[][] = new byte[1][4]; in getEncodedSubStorage() 152 int readbytes = xSubStream.readBytes(pLength, 4); in getEncodedSubStorage() 157 …int oleLength = (pLength[0][0] << 0) + (pLength[0][1] << 8) + (pLength[0][2] << 16) + (pLength[0][… in getEncodedSubStorage()
|
| /AOO41X/main/vcl/source/glyphs/ |
| H A D | gcach_ftyp.hxx | 76 const unsigned char* GetTable( const char*, sal_uLong* pLength=0 ) const; 198 const unsigned char* GetTable( const char* pName, sal_uLong* pLength ) in GetTable() argument 199 { return mpFontInfo->GetTable( pName, pLength ); } in GetTable()
|
| H A D | gcach_ftyp.cxx | 406 const unsigned char* FtFontInfo::GetTable( const char* pTag, sal_uLong* pLength ) const in GetTable() 430 if( pLength != NULL ) in GetTable() 431 *pLength = nLength; in GetTable()
|
| /AOO41X/main/unixODBC/inc/ |
| H A D | sqlucode.h | 211 SQLLEN * pLength, 536 SQLLEN * pLength,
|
| /AOO41X/main/dbaccess/source/ui/inc/ |
| H A D | FieldDescControl.hxx | 109 OPropNumericEditCtrl* pLength; member in dbaui::OFieldDescControl
|