Home
last modified time | relevance | path

Searched refs:n (Results 426 – 450 of 1957) sorted by relevance

1...<<11121314151617181920>>...79

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx3081 pBox->DrawRect( Rectangle( nX+n, nY+n, nX+n, nY+nSize-n ) ); in ImplDrawToolArrow()
3082 n++; in ImplDrawToolArrow()
3090 pBox->DrawRect( Rectangle( nX+n, nY+1+n, nX+n, nY+nSize-1-n ) ); in ImplDrawToolArrow()
3100 pBox->DrawRect( Rectangle( nX+n, nY+n, nX+nSize-n, nY+n ) ); in ImplDrawToolArrow()
3101 n++; in ImplDrawToolArrow()
3109 pBox->DrawRect( Rectangle( nX+1+n, nY+n, nX+nSize-1-n, nY+n ) ); in ImplDrawToolArrow()
3119 pBox->DrawRect( Rectangle( nX+nHalfSize-n, nY+n, nX+nHalfSize-n, nY+nSize-n ) ); in ImplDrawToolArrow()
3120 n++; in ImplDrawToolArrow()
3128 … pBox->DrawRect( Rectangle( nX+nHalfSize-n, nY+1+n, nX+nHalfSize-n, nY+nSize-1-n ) ); in ImplDrawToolArrow()
3138 pBox->DrawRect( Rectangle( nX+n, nY+nHalfSize-n, nX+nSize-n, nY+nHalfSize-n ) ); in ImplDrawToolArrow()
[all …]
H A Ddlgctrl.cxx94 pFoundWindow = ImplGetSubChildWindow( pTabPage, n, nIndex ); in ImplGetSubChildWindow()
129 pFoundWindow = ImplGetSubChildWindow( pWindow, n, nIndex ); in ImplGetSubChildWindow()
132 if ( n == nIndex ) in ImplGetSubChildWindow()
157 Window* pWindow = ImplGetSubChildWindow( pParent, n, nIndex ); in ImplGetChildWindow()
170 if ( (nIndex < n2) && n ) in ImplGetChildWindow()
174 n--; in ImplGetChildWindow()
176 pWindow = ImplGetSubChildWindow( pParent, n, nIndex ); in ImplGetChildWindow()
188 Window* pWindow = ImplGetChildWindow( pParent, n+1, nIndex, bTestEnable ); in ImplGetNextWindow()
189 if ( n == nIndex ) in ImplGetNextWindow()
191 n = 0; in ImplGetNextWindow()
[all …]
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx44 for (sal_uInt32 n = 0; n < 256; n++) in initCRCTable() local
46 sal_uInt32 c = n; in initCRCTable()
54 crc_table[n] = c; in initCRCTable()
70 for( size_t n = 0; n < i_nLen; n++ ) in updateCRC() local
71 nCRC = crc_table[(nCRC ^ i_pBuf[n]) & 0xff] ^ (nCRC >> 8); in updateCRC()
/trunk/main/svtools/source/config/
H A Dhtmlcfg.cxx275 for ( sal_uInt16 n=0; n<pImp->aList.Count(); n++ ) in RemoveListenerLink() local
277 if ( (*pImp->aList.GetObject(n) ) == rLink ) in RemoveListenerLink()
279 delete pImp->aList.Remove(n); in RemoveListenerLink()
287 for ( sal_uInt16 n = 0; n < pImp->aList.Count(); ++n ) in CallListeners() local
288 pImp->aList.GetObject(n)->Call( this ); in CallListeners()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_datasupplier.cxx254 for ( sal_uInt32 n = nOldCount; in getResult() local
255 n < sal::static_int_cast<sal_uInt32>( in getResult()
257 ++n ) in getResult()
260 = m_pImpl->m_pNamesOfChildren->getConstArray()[ n ]; in getResult()
274 if ( n == nIndex ) in getResult()
315 for ( sal_uInt32 n = nOldCount; in totalCount() local
316 n < sal::static_int_cast<sal_uInt32>( in totalCount()
318 ++n ) in totalCount()
321 = m_pImpl->m_pNamesOfChildren->getConstArray()[ n ]; in totalCount()
/trunk/main/sw/source/core/edit/
H A Dedglbldc.cxx73 sal_uInt16 n; in GetGlobalDocContent() local
75 for( n = rSectFmts.Count(); n; ) in GetGlobalDocContent()
77 const SwSection* pSect = rSectFmts[ --n ]->GetGlobalDocSection(); in GetGlobalDocContent()
101 for( n = 0; n < rArr.Count(); ++n ) in GetGlobalDocContent()
103 const SwGlblDocContent& rNew = *rArr[ n ]; in GetGlobalDocContent()
114 ++n; // auf die naechste Position in GetGlobalDocContent()
/trunk/main/sal/rtl/source/
H A Dstrimp.c28 sal_Int16 n = -1; in rtl_ImplGetDigit() local
30 n = ch-'0'; in rtl_ImplGetDigit()
32 n = ch-'a'+10; in rtl_ImplGetDigit()
34 n = ch-'A'+10; in rtl_ImplGetDigit()
35 return (n < nRadix) ? n : -1; in rtl_ImplGetDigit()
/trunk/main/tools/source/ref/
H A Dpstm.cxx87 for( sal_uIntPtr n = 0; n < nCountMember; n++ ) in WriteObjects() local
89 SvPersistBase * pObj = GetObject( n ); in WriteObjects()
92 rStm << GetObject( n ); in WriteObjects()
140 for( sal_uIntPtr n = 0; n < nCount && rStm.GetError() == SVSTREAM_OK; n++ ) in operator >>() local
429 sal_uInt16 n; in ReadCompressed() local
430 rStm >> n; in ReadCompressed()
431 nRet |= n; in ReadCompressed()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx576 void EditEngine::SetAsianCompressionMode( sal_uInt16 n ) in SetAsianCompressionMode() argument
579 pImpEditEngine->SetAsianCompressionMode( n ); in SetAsianCompressionMode()
897 for ( sal_uInt32 n = 0; n < nParas; n++ ) in PostKeyEvent() local
899 long nH = GetTextHeight( n ); in PostKeyEvent()
1200 for( sal_Int32 n = 0; n <= nCount; ++n ) in PostKeyEvent() local
1215 for( sal_Int32 n = 0; n <= nMonthCount; ++n ) in PostKeyEvent() local
1729 for ( sal_uInt16 n = 0; n < nTextPortions; n++ ) in GetPortions() local
1731 nEnd = nEnd + pParaPortion->GetTextPortions()[n]->GetLen(); in GetPortions()
1791 for ( sal_uInt32 n = 0; n < nNodes; n++ ) in SetControlWord() local
1802 for ( sal_uInt32 n = 0; n < nNodes; n++ ) in SetControlWord() local
[all …]
/trunk/main/connectivity/source/inc/ado/
H A DAolevariant.hxx84 OLEVariant(sal_Int8 n) ;
85 OLEVariant(sal_Int16 n) ;
86 OLEVariant(sal_Int32 n) ;
105 void setByte(sal_uInt8 n) ;
106 void setInt16(sal_Int16 n) ;
107 void setInt32(sal_Int32 n) ;
164 void set(double n);
/trunk/main/store/source/
H A Dstordir.cxx207 sal_Size n = rtl_str_getLength (p); in iterate() local
210 n = __store_convertTextToUnicode ( in iterate()
211 m_hTextCvt, p, n, in iterate()
213 if (k > n) in iterate()
215 k = (k - n) * sizeof(sal_Unicode); in iterate()
216 memset (&rFindData.m_pszName[n], 0, k); in iterate()
219 rFindData.m_nLength = n; in iterate()
H A Dstorpage.cxx177 if (!(i < n))
215 if (!(i < n))
234 sal_uInt16 i = xPage->find (rEntry), n = xPage->usageCount(); in remove_Impl() local
235 if (!(i < n)) in remove_Impl()
264 i = xPage->find (rEntry), n = xPage->usageCount(); in remove_Impl()
265 if (!(i < n)) in remove_Impl()
977 sal_uInt32 i, n = aDescr.m_nPage; in rebuild() local
978 if (aDescr.m_nOffset) n += 1; in rebuild()
982 for (i = 0; i < n; i++) in rebuild()
1018 sal_uInt16 i, n = xNode->usageCount(); in rebuild() local
[all …]
/trunk/main/dtrans/source/generic/
H A Dgeneric_clipboard.cxx60 for (sal_Int32 n = 0, nmax = aArguments.getLength(); n < nmax; n++) in initialize() local
61 if (aArguments[n].getValueType() == getCppuType((OUString *) 0)) in initialize()
84 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() local
85 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
/trunk/main/vcl/inc/vcl/
H A Dsalgtype.hxx35 #define SALCOLOR_RED( n ) ((sal_uInt8)((n)>>16)) argument
36 #define SALCOLOR_GREEN( n ) ((sal_uInt8)(((sal_uInt16)(n)) >> 8)) argument
37 #define SALCOLOR_BLUE( n ) ((sal_uInt8)(n)) argument
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1137 for ( sal_uLong n = mpDoc->GetNodes().Count(); --n && !bAttr; ) in HasAttrib() local
1897 for( sal_uInt16 n = 0; n < mpIMEInfos->nLen; n++ ) in CreateTextPortions() local
1902 nLastAttr = mpIMEInfos->pAttribs[n]; in CreateTextPortions()
2920 for ( int n = 0; n <= 1; n++ ) in ImpParagraphInserted() local
2942 for ( int n = 0; n <= 1; n++ ) in ImpParagraphRemoved() local
2970 for ( int n = 0; n <= 1; n++ ) in ImpCharsRemoved() local
2996 for ( int n = 0; n <= 1; n++ ) in ImpCharsInserted() local
3033 mpDoc->SetLeftMargin( n ); in SetLeftMargin()
3139 for ( sal_uInt16 n = 0; n < rDirInfos.Count(); n++ ) in ImpGetRightToLeft() local
3141 if ( ( rDirInfos[n].nStartPos <= nPos ) && ( rDirInfos[n].nEndPos >= nPos ) ) in ImpGetRightToLeft()
[all …]
/trunk/main/sfx2/source/control/
H A Dshell.cxx1099 for (sal_Int32 n=0; n<aVerbs.getLength(); n++) in SFX_EXEC_STUB() local
1118 …pNewSlot->pName = OUStringToOString( aVerbs[n].VerbName, RTL_TEXTENCODING_UTF8).getStr(); // TODO:… in SFX_EXEC_STUB()
1133 pImp->aSlotArr.Insert(pNewSlot, (sal_uInt16) n); in SFX_EXEC_STUB()
1165 for (sal_Int32 n=0, nVerb=0; n<aList.getLength(); n++) in VerbExec() local
1168 … if ( bReadOnly && !(aList[n].VerbAttributes & embed::VerbAttributes::MS_VERBATTR_NEVERDIRTIES) ) in VerbExec()
1172 if ( !(aList[n].VerbAttributes & embed::VerbAttributes::MS_VERBATTR_ONCONTAINERMENU) ) in VerbExec()
1177 pViewShell->DoVerb(aList[n].VerbID); in VerbExec()
/trunk/main/bridges/source/jni_uno/
H A Djni_java2uno.cxx165 sal_Int64 n; member
247 for ( sal_Int32 n = 0; n < nPos; ++n ) in call_uno() local
249 typelib_MethodParameter const & p = pParams[ n ]; in call_uno()
253 uno_args[ n ], p.pTypeRef, 0 ); in call_uno()
297 for ( sal_Int32 n = nPos; n < nParams; ++n ) in call_uno() local
300 uno_args[ n ], pParams[ n ].pTypeRef, 0 ); in call_uno()
/trunk/main/svl/source/items/
H A Dnranges.cxx247 NUMTYPE n = 0; in operator ==() local
248 while( _pRanges[ n ] != 0 ) in operator ==()
251 if ( _pRanges[ n ] != rOther._pRanges[ n ] ) in operator ==()
254 ++n; in operator ==()
833 sal_Bool SfxNumRanges::Contains( NUMTYPE n ) const in Contains()
841 for ( NUMTYPE *pRange = _pRanges; *pRange && *pRange <= n; pRange += 2 ) in Contains()
842 if ( pRange[0] <= n && n <= pRange[1] ) in Contains()
/trunk/main/vcl/source/control/
H A Dctrl.cxx360 int n; in AppendLayoutData() local
362 for( n = 1; n < nLines; n++ ) in AppendLayoutData()
363 …ineIndices.push_back( rSubControl.mpControlData->mpLayoutData->m_aLineIndices[n] + nCurrentIndex ); in AppendLayoutData()
366 for( n = 0; n < nRectangles; n++ ) in AppendLayoutData()
368 Rectangle aRect = rSubControl.mpControlData->mpLayoutData->m_aUnicodeBoundRects[n]; in AppendLayoutData()
/trunk/main/UnoControls/source/base/
H A Dbasecontainercontrol.cxx170 for ( sal_uInt32 n=0; n<nControls; n++ ) in createPeer() local
172 seqControlList.getArray()[n]->createPeer( xToolkit, getPeer() ); in createPeer()
346 for ( sal_uInt32 n=0; n<nControls; n++ ) in removeControl() local
349 IMPL_ControlInfo* pControl = m_pControlInfoList->GetObject (n) ; in removeControl()
358 m_pControlInfoList->Remove (n) ; in removeControl()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx2117 for (sal_uInt8 n = 1; n <= 3; ++n) in StartTOX() local
2224 for( n = rColls.Count(); n; ) in StartTOX()
2260 for( n = rColls.Count(); n;) in StartTOX()
2280 for( n = 0; n < MAXLEVEL; ++n ) in StartTOX()
2310 for( n = 0; n < nTOXLvl; ++n ) in StartTOX()
4374 for ( n = 2; n < nCols; n++ ) in FormatColumns_Impl()
4390 for ( sal_uInt16 n = 0; n < nCols; ++n ) in FormatColumns_Impl() local
4402 if ( n + 1 != nCols ) in FormatColumns_Impl()
4468 sal_uInt16 n; in FormatColumns() local
4470 for ( n = 1; n < nCols; n++ ) in FormatColumns()
[all …]
/trunk/main/xmloff/source/style/
H A DTransGradientStyle.cxx168 sal_uInt8 n = sal::static_int_cast< sal_uInt8 >( in importXML() local
171 Color aColor( n, n, n ); in importXML()
180 sal_uInt8 n = sal::static_int_cast< sal_uInt8 >( in importXML() local
183 Color aColor( n, n, n ); in importXML()
/trunk/main/basic/source/sbx/
H A Dsbxcoll.cxx188 short n = p->GetInteger(); in CollItem() local
189 if( n >= 1 && n <= (short) pObjs->Count() ) in CollItem()
190 pRes = pObjs->Get( (sal_uInt16) n - 1 ); in CollItem()
206 short n = pPar_->Get( 1 )->GetInteger(); in CollRemove() local
207 if( n < 1 || n > (short) pObjs->Count() ) in CollRemove()
210 Remove( pObjs->Get( (sal_uInt16) n - 1 ) ); in CollRemove()
/trunk/main/uui/source/
H A Dcookiedg.src109 …atus of a WWW application, e.g., when shopping online.\n\nThe following Cookies should be set:\n\n
114 Text [ en-US ] = "Domain: ${DOMAIN}, Path: ${PATH}, Cookie: ${COOKIE}.\n" ;
124 …atus of a WWW application, e.g., when shopping online.\n\nThe following Cookies should be set:\n\n
129 Text [ en-US ] = "Domain: ${DOMAIN}, Path: ${PATH}, Cookie: ${COOKIE}.\n" ;
/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx1085 ULONG n = 0; in open() local
1330 for ( sal_uInt32 n = 0; n < nCount; ++n ) in transfer()
1333 aText += String( pCommands[ n ].Name ); in transfer()
1420 for ( sal_uInt32 n = 0; n < nCount; ++n ) in getCommands() local
1423 aText += String( pCommands[ n ].Name ); in getCommands()
1450 for ( sal_uInt32 n = 0; n < nCount; ++n ) in getProperties() local
1453 aText += UniString( pProps[ n ].Name ); in getProperties()
1760 for ( sal_uInt32 n = 0; n < nCount; ++n ) in propertiesChange() local
2153 ULONG n = Application::ReleaseSolarMutex(); in IMPL_LINK() local
2462 Application::AcquireSolarMutex( n ); in IMPL_LINK()
[all …]

Completed in 174 milliseconds

1...<<11121314151617181920>>...79