Home
last modified time | relevance | path

Searched refs:nTarget (Results 1 – 16 of 16) sorted by last modified time

/trunk/main/sd/source/ui/view/
H A Doutlview.cxx564 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()
/trunk/main/sw/source/ui/utlui/
H A Dnavipi.cxx122 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()
/trunk/main/sw/source/ui/inc/
H A Dmmconfigitem.hxx119 sal_Int32 MoveResultSet(sal_Int32 nTarget);
H A Dnavipi.hxx162 void MoveOutline(sal_uInt16 nSource, sal_uInt16 nTarget, sal_Bool bWithCilds);
/trunk/main/sw/source/ui/dbui/
H A Dmmoutputpage.cxx1321 sal_Int32 nTarget = in IMPL_LINK() local
1324 DBG_ASSERT( nTarget == rInfo.nDBRow, "row of current document could not be selected"); in IMPL_LINK()
H A Dmailmergehelper.cxx652 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 Dmmaddressblockpage.cxx486 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 Dmmconfigitem.cxx1069 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()
/trunk/main/sw/source/core/undo/
H A Dunsort.cxx152 aSortList[ii]->SORT_TXT_TBL.TXT.nTarget ); in UndoImpl()
/trunk/main/sw/source/core/inc/
H A DUndoSort.hxx44 sal_uLong nSource, nTarget; member
59 SORT_TXT_TBL.TXT.nTarget = nT; in SwSortUndoElement()
/trunk/main/sfx2/source/bastyp/
H A Dbitset.cxx57 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 …]
/trunk/main/sc/source/filter/inc/
H A Dxechart.hxx534 void ConvertTitle( XTitleRef xTitle, sal_uInt16 nTarget );
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx1205 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()
/trunk/main/oox/source/drawingml/chart/
H A Dplotareaconverter.cxx426 …sal_Int32 nTarget = (mbPieChart && (rLayout.mnTarget == XML_outer)) ? XML_inner : rLayout.mnTarget; in convertPositionFromModel() local
427 switch( nTarget ) in convertPositionFromModel()
/trunk/main/framework/source/fwi/classes/
H A Dprotocolhandlercache.cxx293 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()
/trunk/main/basic/source/uno/
H A Ddlgcont.cxx233 long nTarget = SotStorage::GetVersion( xStorage ); in storeLibrariesToStorage() local
236 nTarget != SOFFICE_FILEFORMAT_CURRENT ) in storeLibrariesToStorage()

Completed in 140 milliseconds