/aoo42x/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 <<() 60 ++nTarget, ++nSource ) in operator <<() 61 *(aSet.pBitmap+nTarget) = in operator <<() 66 *(aSet.pBitmap+nTarget) = *(aSet.pBitmap+nSource) << nBitValDiff; in operator <<() 69 while ( *(aSet.pBitmap+nTarget) == 0 ) in operator <<() 70 --nTarget; in operator <<() 73 if ( nTarget < aSet.nBlocks ) in operator <<() 75 sal_uIntPtr* pNewMap = new sal_uIntPtr[nTarget]; in operator <<() 76 memcpy( pNewMap, aSet.pBitmap, 4 * nTarget ); in operator <<() [all …]
|
/aoo42x/main/framework/source/fwi/classes/ |
H A D | protocolhandlercache.cxx | 293 sal_Int32 nTarget=0; in read() local 302 lFullNames[nTarget] = sPath.makeStringAndClear(); in read() 303 ++nTarget; in read() 312 for( nTarget=0; nTarget<nTargetCount; ++nTarget ) in read() 320 lValues[nTarget] >>= lTemp; in read()
|
/aoo42x/main/sw/source/ui/utlui/ |
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() 128 nTarget ++; in MoveOutline() 132 short nMove = nTarget-nSource; //( nDir<0 ) ? 1 : 0 ; in MoveOutline() 139 nLastOutlinePos < nTarget) in MoveOutline() 145 if(!bWithChilds || nMove < 1 || nLastOutlinePos < nTarget ) in MoveOutline()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | outlview.cxx | 564 sal_uLong nTarget = 0L; // Einfuegeposition in InsertSlideForParagraph() local 569 nTarget++; in InsertSlideForParagraph() 577 if (nTarget == 1) in InsertSlideForParagraph() 582 nTarget = 0; in InsertSlideForParagraph() 588 if (nTarget > 0) in InsertSlideForParagraph() 590 nExample = nTarget - 1; in InsertSlideForParagraph() 611 mpDoc->InsertPage(pPage, (sal_uInt16)(nTarget) * 2 + 1); in InsertSlideForParagraph() 650 mpDoc->InsertPage(pNotesPage, (sal_uInt16)(nTarget) * 2 + 2); in InsertSlideForParagraph()
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | mmconfigitem.cxx | 1069 sal_Int32 SwMailMergeConfigItem::MoveResultSet(sal_Int32 nTarget) in MoveResultSet() argument 1078 if(m_pImpl->xResultSet->getRow() != nTarget) in MoveResultSet() 1080 if(nTarget > 0) in MoveResultSet() 1082 sal_Bool bMoved = m_pImpl->xResultSet->absolute(nTarget); in MoveResultSet() 1085 if(nTarget > 1) in MoveResultSet() 1087 else if(nTarget == 1) in MoveResultSet() 1091 else if(nTarget == -1) in MoveResultSet()
|
H A D | mailmergehelper.cxx | 652 xub_StrLen nTarget = ::std::min(nOpen, nReturn); in Next() local 653 aRet.sText = sAddress.Copy(0, nTarget); in Next() 654 sAddress.Erase(0, nTarget); in Next()
|
H A D | mmaddressblockpage.cxx | 486 for(sal_Int32 nTarget = 0; nTarget < m_aAddressBlocks.getLength() - 1; nTarget++) in IMPL_LINK() local 490 pAddressBlocks[nTarget] = pAddressBlocks[nSource++]; in IMPL_LINK()
|
H A D | mmoutputpage.cxx | 1321 sal_Int32 nTarget = in IMPL_LINK() local 1324 DBG_ASSERT( nTarget == rInfo.nDBRow, "row of current document could not be selected"); in IMPL_LINK()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | UndoSort.hxx | 44 sal_uLong nSource, nTarget; member 59 SORT_TXT_TBL.TXT.nTarget = nT; in SwSortUndoElement()
|
/aoo42x/main/oox/source/drawingml/chart/ |
H A D | plotareaconverter.cxx | 426 …sal_Int32 nTarget = (mbPieChart && (rLayout.mnTarget == XML_outer)) ? XML_inner : rLayout.mnTarget; in convertPositionFromModel() local 427 switch( nTarget ) in convertPositionFromModel()
|
/aoo42x/main/basic/source/uno/ |
H A D | dlgcont.cxx | 233 long nTarget = SotStorage::GetVersion( xStorage ); in storeLibrariesToStorage() local 236 nTarget != SOFFICE_FILEFORMAT_CURRENT ) in storeLibrariesToStorage()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xechart.cxx | 1205 void XclExpChText::ConvertTitle( Reference< XTitle > xTitle, sal_uInt16 nTarget ) in ConvertTitle() argument 1207 switch( nTarget ) in ConvertTitle() 1216 mxObjLink.reset( new XclExpChObjectLink( nTarget, XclChDataPointPos( 0, 0 ) ) ); in ConvertTitle() 1234 if( nTarget == EXC_CHOBJLINK_TITLE ) in ConvertTitle() 1435 …xtRef lclCreateTitle( const XclExpChRoot& rRoot, Reference< XTitled > xTitled, sal_uInt16 nTarget ) in lclCreateTitle() argument 1442 xText->ConvertTitle( xTitle, nTarget ); in lclCreateTitle() 1446 if( (nTarget != EXC_CHOBJLINK_TITLE) && !xText->HasString() ) in lclCreateTitle()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | navipi.hxx | 162 void MoveOutline(sal_uInt16 nSource, sal_uInt16 nTarget, sal_Bool bWithCilds);
|
H A D | mmconfigitem.hxx | 119 sal_Int32 MoveResultSet(sal_Int32 nTarget);
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unsort.cxx | 152 aSortList[ii]->SORT_TXT_TBL.TXT.nTarget ); in UndoImpl()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xechart.hxx | 534 void ConvertTitle( XTitleRef xTitle, sal_uInt16 nTarget );
|