Searched refs:pLength (Results 1 – 6 of 6) sorted by relevance
/trunk/main/dbaccess/source/ui/control/ |
H A D | FieldDescControl.cxx | 158 ,pLength(NULL) in DBG_NAME() 208 ,pLength(NULL) in OFieldDescControl() 476 , pTextLen, pLength in ScrollAllAggregates() 528 , pTextLen, pLength in SetReadOnly() 582 if (pLength) in GetControlText() 583 return pLength->GetText(); in GetControlText() 660 if (pLength) in SetControlText() 661 pLength->SetText(rText); in SetControlText() 1017 if( pLength ) in ActivateAggregate() 1522 if( pLength ) in DisplayData() [all …]
|
/trunk/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()
|
/trunk/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()
|
/trunk/main/unixODBC/inc/ |
H A D | sqlucode.h | 211 SQLLEN * pLength, 536 SQLLEN * pLength,
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | FieldDescControl.hxx | 109 OPropNumericEditCtrl* pLength; member in dbaui::OFieldDescControl
|
Completed in 47 milliseconds