/aoo4110/main/svx/inc/svx/ |
H A D | ruler.hxx | 138 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);
|
/aoo4110/main/tools/workben/ |
H A D | hashtbl.hxx | 81 ULONG lSize, 126 ULONG lSize, \ 130 : HashTable(lSize,Owner,dMaxLoadFactor,dGrowFactor) {} \ 156 ULONG lSize, \ 160 : ClassName##2(lSize,dMaxLoadFactor,dGrowFactor) {} \
|
H A D | hashtbl.cxx | 81 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()
|
/aoo4110/main/soldep/inc/soldep/ |
H A D | hashtbl.hxx | 82 sal_uIntPtr lSize, 127 sal_uIntPtr lSize, \ 131 : HashTable(lSize,Owner,dMaxLoadFactor,dGrowFactor) {} \ 158 sal_uIntPtr lSize, \ 162 : ClassName##2(lSize,dMaxLoadFactor,dGrowFactor) {} \
|
/aoo4110/main/sfx2/source/doc/ |
H A D | frmdescr.cxx | 205 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 ==()
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | txtattr.cxx | 265 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()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewport.cxx | 105 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()
|
/aoo4110/main/soltools/ldump/ |
H A D | hashtbl.cxx | 80 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 D | ldump.cxx | 50 unsigned long lSize, in ExportSet() argument 54 : HashTable(lSize,false,dMaxLoadFactor,dGrowFactor) {} in ExportSet()
|
H A D | hashtbl.hxx | 67 unsigned long lSize,
|
/aoo4110/main/soldep/bootstrp/ |
H A D | hashtbl.cxx | 77 HashTable::HashTable(sal_uIntPtr lSize, sal_Bool bOwner, double dMaxLoadFactor, double dGrowFactor) in HashTable() argument 79 m_lSize = lSize; in HashTable() 84 m_pData = new HashItem [lSize]; in HashTable()
|
/aoo4110/main/sal/qa/osl/security/ |
H A D | osl_Security.cxx | 417 LONG lRet, lSize = sizeof(PathA); in RegisterAdditionalFunctions() local 420 …QueryValueEx(hRegKey, "AppData", NULL, &Type, ( unsigned char * )PathA, ( unsigned long * )&lSize); in RegisterAdditionalFunctions() 427 …ueryValueEx(hRegKey, "Personal", NULL, &Type, ( unsigned char * )PathA, ( unsigned long * )&lSize); in RegisterAdditionalFunctions()
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | frmdescr.hxx | 202 long lSize; member 224 lSize( 1L ), in SfxFrameProperties()
|
/aoo4110/main/sal/osl/w32/ |
H A D | security.c | 755 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()
|
/aoo4110/main/graphite/ |
H A D | graphite-2.3.1.patch | 143 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);
|