Home
last modified time | relevance | path

Searched refs:lSize (Results 1 – 13 of 13) sorted by relevance

/trunk/main/svx/inc/svx/
H A Druler.hxx138 long ConvertHSizePixel(long lSize) const;
139 long ConvertVSizePixel(long lSize) const;
142 long ConvertSizePixel(long lSize) const;
146 long ConvertHSizeLogic(long lSize) const;
147 long ConvertVSizeLogic(long lSize) const;
150 long ConvertSizeLogic(long lSize) const;
244 void SetMinFrameSize(long lSize);
/trunk/main/tools/workben/
H A Dhashtbl.hxx81 ULONG lSize,
126 ULONG lSize, \
130 : HashTable(lSize,Owner,dMaxLoadFactor,dGrowFactor) {} \
156 ULONG lSize, \
160 : ClassName##2(lSize,dMaxLoadFactor,dGrowFactor) {} \
H A Dhashtbl.cxx81 HashTable::HashTable(ULONG lSize, BOOL bOwner, double dMaxLoadFactor, double dGrowFactor) in HashTable() argument
83 m_lSize = lSize; in HashTable()
88 m_pData = new HashItem [lSize]; in HashTable()
/trunk/main/sfx2/source/doc/
H A Dfrmdescr.cxx205 nWidth = rProp.lSize; in TakeProperties()
238 , lSize( pD->GetWidth() ) in SfxFrameProperties()
264 lSize = rProp.lSize; in operator =()
285 lSize == rProp.lSize && eScroll == rProp.eScroll && eSizeSelector == rProp.eSizeSelector && in operator ==()
/trunk/main/sw/source/ui/shells/
H A Dtxtattr.cxx265 SwTwips lSize = (SwTwips) aSize.GetHeight(); in ExecCharAttrArgs() local
269 if( lSize == lFontMaxSz ) in ExecCharAttrArgs()
271 if( ( lSize += lFontInc ) > lFontMaxSz ) in ExecCharAttrArgs()
272 lSize = lFontMaxSz; in ExecCharAttrArgs()
276 if( 4 == lSize ) in ExecCharAttrArgs()
278 if( ( lSize -= lFontInc ) < 4 ) in ExecCharAttrArgs()
279 lSize = 4; in ExecCharAttrArgs()
281 aSize.SetHeight( lSize ); in ExecCharAttrArgs()
/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx105 const long lSize = aDocSz.*pSz + lBorder; in lcl_GetPos() local
109 if ( bHori && nTmp > lSize ) in lcl_GetPos()
110 lDelta -= nTmp - lSize; in lcl_GetPos()
112 if ( !bHori && nTmp > lSize ) in lcl_GetPos()
113 lDelta -= nTmp - lSize; in lcl_GetPos()
153 const long lSize = GetDocSz().Width() + lBorder - aVisArea.GetWidth(); in SetHScrollMax() local
157 return Max( Min( lMax, lSize ), 0L ); in SetHScrollMax()
164 long lSize = GetDocSz().Height() + lBorder - aVisArea.GetHeight(); in SetVScrollMax() local
165 return Max( Min( lMax, lSize), 0L ); // siehe horz. in SetVScrollMax()
/trunk/main/soltools/ldump/
H A Dhashtbl.cxx80 HashTable::HashTable(unsigned long lSize, bool bOwner, double dMaxLoadFactor, double dGrowFactor) in HashTable() argument
82 m_lSize = lSize; in HashTable()
87 m_pData = new HashItem [lSize]; in HashTable()
H A Dldump.cxx50 unsigned long lSize, in ExportSet() argument
54 : HashTable(lSize,false,dMaxLoadFactor,dGrowFactor) {} in ExportSet()
H A Dhashtbl.hxx67 unsigned long lSize,
/trunk/main/sal/qa/osl/security/
H A Dosl_Security.cxx352 LONG lRet, lSize = sizeof(PathA); in main() local
355 …QueryValueEx(hRegKey, "AppData", NULL, &Type, ( unsigned char * )PathA, ( unsigned long * )&lSize); in main()
361 …ueryValueEx(hRegKey, "Personal", NULL, &Type, ( unsigned char * )PathA, ( unsigned long * )&lSize); in main()
/trunk/main/sfx2/inc/sfx2/
H A Dfrmdescr.hxx202 long lSize; member
224 lSize( 1L ), in SfxFrameProperties()
/trunk/main/sal/osl/w32/
H A Dsecurity.c755 DWORD lSize = elementsof(PathA); in GetSpecialFolder() local
761 lRet = RegQueryValueEx(hRegKey, "AppData", NULL, &Type, (LPBYTE)PathA, &lSize); in GetSpecialFolder()
765 lRet = RegQueryValueEx(hRegKey, "Personal", NULL, &Type, (LPBYTE)PathA, &lSize); in GetSpecialFolder()
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch143 pTable = readTable(ktiHead, lSize);
151 size_t lOffset = 0, lSize = 0;
160 lOffset, lSize);
174 size_t bytesRead = fread(pTable, 1, lSize, m_pfile);
175 - isValid = bytesRead == lSize;
177 + isTableValid = bytesRead == lSize;
180 - isValid &= TtfUtil::CheckTable(tableId, pTable, lSize);
181 + isTableValid &= TtfUtil::CheckTable(tableId, pTable, lSize);

Completed in 59 milliseconds