/trunk/main/framework/source/fwi/classes/ |
H A D | protocolhandlercache.cxx | 292 sal_Int32 nSource=0; in read() local 294 for( nSource=0; nSource<nSourceCount; ++nSource ) in read() 298 sPath.append(lNames[nSource]); in read() 311 nSource = 0; in read() 316 aHandler.m_sUNOName = ::utl::extractFirstFromConfigurationPath(lNames[nSource]); in read() 328 (**ppPattern)[*pItem] = lNames[nSource]; in read() 332 (**ppHandler)[lNames[nSource]] = aHandler; in read() 333 ++nSource; in read()
|
/trunk/main/framework/inc/macros/ |
H A D | xtypeprovider.hxx | 160 sal_Int32 nSource = 0; \ 162 while( nSource<nCount1 ) \ 165 ++nSource; \ 168 nSource = 0; \ 169 while( nSource<nCount2 ) \ 172 ++nSource; \ 211 sal_Int32 nSource = 0; \ 213 while( nSource<nCount1 ) \ 216 ++nSource; \ 219 nSource = 0; \ [all …]
|
/trunk/main/sfx2/source/bastyp/ |
H A D | bitset.cxx | 57 sal_uInt16 nTarget, nSource; in operator <<() local 58 for ( nTarget = 0, nSource = nBlockDiff; in operator <<() 59 (nSource+1) < aSet.nBlocks; in operator <<() 60 ++nTarget, ++nSource ) in operator <<() 62 ( *(aSet.pBitmap+nSource) << nBitValDiff ) | in operator <<() 63 ( *(aSet.pBitmap+nSource+1) >> (32-nBitValDiff) ); in operator <<() 66 *(aSet.pBitmap+nTarget) = *(aSet.pBitmap+nSource) << nBitValDiff; in operator <<()
|
/trunk/main/idl/source/cmptools/ |
H A D | char.cxx | 78 char * SvChar::GetTable( CharSet nSource , CharSet nDest ) in GetTable() argument 80 if( nSource == nDest ) in GetTable() 87 pSet = (sal_uInt8 *)pCharTable->Get( ((sal_uLong)nSource << 16) + (sal_uLong)nDest ); in GetTable() 95 char c = ByteString::Convert( pSet[i], nSource, nDest ); in GetTable() 99 pCharTable->Insert( ((sal_uLong)nSource << 16) + (sal_uLong)nDest, pSet ); in GetTable()
|
/trunk/main/sw/source/core/fields/ |
H A D | reffld.cxx | 596 sal_Int16 nSource = 0; in QueryValue() local 599 case REF_SETREFATTR : nSource = ReferenceFieldSource::REFERENCE_MARK; break; in QueryValue() 600 case REF_SEQUENCEFLD: nSource = ReferenceFieldSource::SEQUENCE_FIELD; break; in QueryValue() 601 case REF_BOOKMARK : nSource = ReferenceFieldSource::BOOKMARK; break; in QueryValue() 603 case REF_FOOTNOTE : nSource = ReferenceFieldSource::FOOTNOTE; break; in QueryValue() 604 case REF_ENDNOTE : nSource = ReferenceFieldSource::ENDNOTE; break; in QueryValue() 606 rAny <<= nSource; in QueryValue() 671 sal_Int16 nSource = 0; in PutValue() local 672 rAny >>= nSource; in PutValue() 673 switch(nSource) in PutValue()
|
/trunk/main/vcl/source/gdi/ |
H A D | pngwrite.cxx | 670 void PNGWriterImpl::ImplWriteChunk ( sal_uInt8 nSource ) in ImplWriteChunk() argument 672 maChunkSeq.back().aData.push_back( nSource ); in ImplWriteChunk() 675 void PNGWriterImpl::ImplWriteChunk ( sal_uInt32 nSource ) in ImplWriteChunk() argument 678 rChunkData.aData.push_back( (sal_uInt8)( nSource >> 24 ) ); in ImplWriteChunk() 679 rChunkData.aData.push_back( (sal_uInt8)( nSource >> 16 ) ); in ImplWriteChunk() 680 rChunkData.aData.push_back( (sal_uInt8)( nSource >> 8 ) ); in ImplWriteChunk() 681 rChunkData.aData.push_back( (sal_uInt8)( nSource ) ); in ImplWriteChunk()
|
/trunk/main/sw/source/ui/utlui/ |
H A D | glbltree.cxx | 609 sal_uInt16 nSource = (sal_uInt16) _pModel->GetAbsPos(pSource); in NotifyMoving() local 613 *pSwGlblDocContents, nSource, nSource + 1, nDest ) && in NotifyMoving() 1172 sal_uInt16 nSource = (sal_uInt16)GetModel()->GetAbsPos(pEntry); in ExecCommand() local 1173 sal_uInt16 nDest = nSource; in ExecCommand() 1179 bMove = nEntryCount > nSource + 1; in ExecCommand() 1185 if(nSource) in ExecCommand() 1186 bMove = 0 != nSource; in ExecCommand() 1192 *pSwGlblDocContents, nSource, nSource + 1, nDest ) && in ExecCommand()
|
H A D | navipi.cxx | 122 void SwNavigationPI::MoveOutline(sal_uInt16 nSource, sal_uInt16 nTarget, in MoveOutline() argument 127 if(nTarget < nSource || nTarget == USHRT_MAX) in MoveOutline() 129 if ( rSh.IsOutlineMovable( nSource )) in MoveOutline() 132 short nMove = nTarget-nSource; //( nDir<0 ) ? 1 : 0 ; in MoveOutline() 133 rSh.GotoOutline(nSource); in MoveOutline() 135 rSh.MakeOutlineSel(nSource, nSource, sal_True); in MoveOutline() 143 nMove -= nLastOutlinePos - nSource; in MoveOutline() 148 rSh.GotoOutline( nSource + nMove); in MoveOutline()
|
/trunk/main/l10ntools/source/ |
H A D | export2.cxx | 553 ExportList *pList, const ByteString &nSource, const ByteString &nFallback ) in FillInListFallbacks() argument 559 if ( !( *pEntry )[ nSource ].Len()){ in FillInListFallbacks() 560 ( *pEntry )[ nSource ] = ( *pEntry )[ nFallback ]; in FillInListFallbacks() 561 ByteString x = ( *pEntry )[ nSource ]; in FillInListFallbacks()
|
/trunk/main/sc/source/core/data/ |
H A D | table4.cxx | 741 sal_uLong nSource = nISrcStart; in FillAuto() local 768 pSrcCell = aCol[nCol].GetCell( static_cast<SCROW>(nSource) ); in FillAuto() 770 pSrcCell = aCol[nSource].GetCell( static_cast<SCROW>(nRow) ); in FillAuto() 873 if (nSource==nISrcEnd) in FillAuto() 875 if ( nSource != nISrcStart ) in FillAuto() 877 nSource = nISrcStart; in FillAuto() 892 ++nSource; in FillAuto() 897 --nSource; in FillAuto()
|
H A D | dpdimsave.cxx | 320 long nSource = rData.GetDimensionIndex( aDimensionName ); in AddToData() local 321 if ( nSource >= 0 ) in AddToData() 327 rData.SetNumGroupDimension( nSource, aDim ); in AddToData()
|
H A D | dptabsrc.cxx | 385 long nSource = pDimObj->GetSourceDim(); in GetSourceDim() local 386 if ( nSource >= 0 ) in GetSourceDim() 387 return nSource; in GetSourceDim() 890 long nSource = ((ScDPDimension*)pDim)->GetSourceDim(); in CreateRes_Impl() local 891 if (nSource >= 0) in CreateRes_Impl() 892 aInfo.aDataSrcCols.push_back(nSource); in CreateRes_Impl()
|
/trunk/main/sw/source/core/inc/ |
H A D | UndoSort.hxx | 44 sal_uLong nSource, nTarget; member 58 SORT_TXT_TBL.TXT.nSource = nS; in SwSortUndoElement()
|
/trunk/main/sw/source/core/undo/ |
H A D | unsort.cxx | 149 if( aSortList[ii]->SORT_TXT_TBL.TXT.nSource == nSttNode + i ) in UndoImpl() 229 aSortList[i]->SORT_TXT_TBL.TXT.nSource); in RedoImpl()
|
/trunk/main/chart2/source/view/charttypes/ |
H A D | AreaChart.cxx | 279 for( sal_Int32 nSource=1; nSource<nPointCount; nSource++ ) in lcl_removeDuplicatePoints() local
|
/trunk/main/comphelper/source/property/ |
H A D | propagg.cxx | 532 for (sal_Int32 nSource=0; nSource<nLen; ++nSource, ++pEvents) in propertiesChange() local
|
/trunk/main/sdext/source/minimizer/ |
H A D | informationdialog.cxx | 268 sal_Int64 nSource = mnSourceSize; in InitDialog() local 317 …aInfoString = aInfoString.replaceAt( i, aOldSizePlaceholder.getLength(), ImpValueOfInMB( nSource )… in InitDialog()
|
/trunk/main/basic/source/uno/ |
H A D | dlgcont.cxx | 232 long nSource = SotStorage::GetVersion( mxStorage ); in storeLibrariesToStorage() local 235 if ( nSource == SOFFICE_FILEFORMAT_CURRENT && in storeLibrariesToStorage()
|
/trunk/main/filter/source/graphicfilter/icgm/ |
H A D | cgm.cxx | 193 sal_uInt8 CGM::ImplGetByte( sal_uInt32 nSource, sal_uInt32 nPrecision ) in ImplGetByte() argument 195 return (sal_uInt8)( nSource >> ( ( nPrecision - 1 ) << 3 ) ); in ImplGetByte()
|
H A D | cgm.hxx | 116 sal_uInt8 ImplGetByte( sal_uInt32 nSource, sal_uInt32 nPrecision );
|
/trunk/main/idl/inc/ |
H A D | char.hxx | 33 static char * GetTable( CharSet nSource, CharSet nDest );
|
/trunk/main/sw/source/ui/dbui/ |
H A D | mmaddressblockpage.cxx | 485 sal_Int32 nSource = 0; in IMPL_LINK() local 488 if(nSource == nSelected) in IMPL_LINK() 489 ++nSource; in IMPL_LINK() 490 pAddressBlocks[nTarget] = pAddressBlocks[nSource++]; in IMPL_LINK()
|
/trunk/main/xmloff/source/text/ |
H A D | txtfldi.cxx | 2902 nSource = ReferenceFieldSource::REFERENCE_MARK; in StartElement() 2905 nSource = ReferenceFieldSource::BOOKMARK; in StartElement() 2908 nSource = ReferenceFieldSource::FOOTNOTE; in StartElement() 2911 nSource = ReferenceFieldSource::SEQUENCE_FIELD; in StartElement() 2931 nSource = ReferenceFieldSource::ENDNOTE; in ProcessAttribute() 2971 aAny <<= nSource; in PrepareField()
|
/trunk/main/tools/inc/tools/ |
H A D | zcodec.hxx | 110 sal_uIntPtr UpdateCRC( sal_uIntPtr nLatestCRC, sal_uIntPtr nSource );
|
/trunk/main/sw/source/ui/inc/ |
H A D | navipi.hxx | 162 void MoveOutline(sal_uInt16 nSource, sal_uInt16 nTarget, sal_Bool bWithCilds);
|