/trunk/main/svx/source/engine3d/ |
H A D | view3d.cxx | 1455 long nMinLen = 0; in Start3DCreation() local 1463 nMinLen = pOut->PixelToLogic(Size(0,50)).Height(); in Start3DCreation() 1484 if (nTemp > nMinLen) nMinLen = nTemp; in Start3DCreation() 1500 if (nHgt < nMinLen) nHgt = nMinLen; in Start3DCreation() 1505 if (pOut && (nMinLen > nOutHgt)) nMinLen = nOutHgt; in Start3DCreation() 1511 if (nY2 < nY1 + nMinLen) nY2 = nY1 + nMinLen; in Start3DCreation() 1516 if (nY1 > nY2 - nMinLen) nY1 = nY2 - nMinLen; in Start3DCreation()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdmrkv.cxx | 1153 long nMinLen=0; in ForceRefToMarked() local 1160 nMinLen=pOut->PixelToLogic(Size(0,50)).Height(); in ForceRefToMarked() 1180 if (nTemp>nMinLen) nMinLen=nTemp; in ForceRefToMarked() 1187 if (nHgt<nMinLen) nHgt=nMinLen; // Mindestlaenge 50 Pixel bzw. 1/4 OutHgt in ForceRefToMarked() 1192 if (pOut!=NULL && nMinLen>nOutHgt) nMinLen=nOutHgt; // evtl. noch etwas verkuerzen in ForceRefToMarked() 1197 if (nY2<nY1+nMinLen) nY2=nY1+nMinLen; in ForceRefToMarked() 1201 if (nY1>nY2-nMinLen) nY1=nY2-nMinLen; in ForceRefToMarked()
|
/trunk/main/sot/source/sdstor/ |
H A D | stgstrms.cxx | 96 sal_Int32 nMinStart = STG_EOF, nMinLen = 0; in FindBlock() local 132 else if( nTmpLen >= nMinLen ) in FindBlock() 135 nMinLen = nTmpLen, nMinStart = nTmpStart; in FindBlock() 150 else if( nTmpLen >= nMinLen ) in FindBlock() 152 nMinLen = nTmpLen, nMinStart = nTmpStart; in FindBlock() 157 sal_Int32 nMinDiff = nPgs - nMinLen; in FindBlock() 164 nPgs = nMinLen; return nMinStart; in FindBlock()
|
/trunk/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 2233 xub_StrLen nMinLen; in ScBase() local 2238 nMinLen = (xub_StrLen) fLen; in ScBase() 2240 nMinLen = 1; in ScBase() 2242 nMinLen = 0; // Error in ScBase() 2245 nMinLen = 1; in ScBase() 2252 nMinLen = 0; // Error in ScBase() 2254 if ( !nGlobalError && nMinLen && 2 <= fBase && fBase <= nDigits && 0 <= fVal ) in ScBase() 2258 xub_StrLen nBuf = Max( (xub_StrLen) fChars, (xub_StrLen) (nMinLen+1) ); in ScBase() 2335 if ( nBuf - (p - pBuf) <= nMinLen ) in ScBase() 2336 p = pBuf + nBuf - 1 - nMinLen; in ScBase()
|
/trunk/main/uui/source/ |
H A D | passworddlg.hxx | 47 sal_uInt16 nMinLen; member in PasswordDialog 57 void SetMinLen( sal_uInt16 nMin ) { nMinLen = nMin; } in SetMinLen()
|
H A D | passworddlg.cxx | 63 ,nMinLen(1) in PasswordDialog() 168 bool bEDPasswdValid = aEDPassword.GetText().Len() >= nMinLen; in IMPL_LINK()
|
H A D | masterpasscrtdlg.cxx | 41 aOKBtn.Enable( aEDMasterPasswordCrt.GetText().Len() >= nMinLen ); in IMPL_LINK() 92 nMinLen ( 1 ) in MasterPasswordCreateDialog()
|
H A D | masterpasscrtdlg.hxx | 71 sal_uInt16 nMinLen; member in MasterPasswordCreateDialog
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | fieldwnd.cxx | 815 sal_Int32 nMinLen = 0; in DrawField() local 820 sal_Int32 nCurrLen = (nMinLen + nMaxLen) / 2; in DrawField() 824 (bFits ? nMinLen : nMaxLen) = nCurrLen; in DrawField() 826 while( !bFits || (nMinLen + 1 < nMaxLen) ); in DrawField()
|
/trunk/main/i18npool/source/localedata/ |
H A D | LocaleNode.cxx | 247 sal_Int32 nMinLen, sal_Int32 nMaxLen ) const in writeParameterCheckLen() argument 261 if (nLen < nMinLen) in writeParameterCheckLen() 265 sal::static_int_cast< long >(nMinLen), (nMinLen > 1 ? "s" : ""), in writeParameterCheckLen() 283 sal_Int32 nMinLen, sal_Int32 nMaxLen ) const in writeParameterCheckLen() argument 288 aVal = writeParameterCheckLen( of, pParameterName, pNode, nMinLen, nMaxLen); in writeParameterCheckLen()
|
H A D | LocaleNode.hxx | 140 …iter &of, const char* pParameterName, const LocaleNode* pNode, sal_Int32 nMinLen, sal_Int32 nMaxLe… 141 …Writer &of, const char* pNodeName, const char* pParameterName, sal_Int32 nMinLen, sal_Int32 nMaxLe…
|
/trunk/main/unotools/source/i18n/ |
H A D | localedatawrapper.cxx | 1301 static sal_Unicode* ImplAddUNum( sal_Unicode* pBuf, sal_uInt64 nNumber, int nMinLen ) in ImplAddUNum() argument 1311 nMinLen--; in ImplAddUNum() 1316 while ( nMinLen > 0 ) in ImplAddUNum() 1320 nMinLen--; in ImplAddUNum()
|
/trunk/main/vcl/source/control/ |
H A D | field2.cxx | 91 static sal_Unicode* ImplAddNum( sal_Unicode* pBuf, sal_uLong nNumber, int nMinLen ) in ImplAddNum() argument 101 if ( nMinLen ) in ImplAddNum() 102 nMinLen--; in ImplAddNum() 107 while ( nMinLen > 0 ) in ImplAddNum() 111 nMinLen--; in ImplAddNum()
|
/trunk/main/vcl/source/window/ |
H A D | winproc.cxx | 1294 xub_StrLen nMinLen = Min( pWinData->mpExtOldText->Len(), rText.Len() ); in ImplHandleExtTextInput() local 1296 while ( nDeltaStart < nMinLen ) in ImplHandleExtTextInput() 1320 if ( (nDeltaStart >= nMinLen) && in ImplHandleExtTextInput()
|