/aoo41x/main/sw/source/ui/dbui/ |
H A D | mmaddressblockpage.cxx | 753 nMove = MOVE_ITEM_UP; in IMPL_LINK() 755 nMove = MOVE_ITEM_LEFT; in IMPL_LINK() 757 nMove = MOVE_ITEM_RIGHT; in IMPL_LINK() 1159 long nMove = m_nYOffset * i; in SwAssignFieldsControl() local 1160 lcl_Move(pNewText, nMove); in SwAssignFieldsControl() 1161 lcl_Move(pNewLB, nMove); in SwAssignFieldsControl() 1162 lcl_Move(pNewPreview, nMove); in SwAssignFieldsControl() 1270 lcl_Move(*aFIIter, nMove); in IMPL_LINK() 1273 lcl_Move(*aLBIter, nMove); in IMPL_LINK() 1275 lcl_Move(*aFIIter, nMove); in IMPL_LINK() [all …]
|
H A D | mailmergechildwindow.cxx | 491 long nMove = 0; in IMPL_LINK() local 496 nMove = - m_nStatusHeight; in IMPL_LINK() 503 nMove = m_nStatusHeight; in IMPL_LINK() 506 lcl_Move(m_aSeparatorFL, nMove); in IMPL_LINK() 507 lcl_Move(m_aStopPB, nMove); in IMPL_LINK() 508 lcl_Move(m_aClosePB, nMove); in IMPL_LINK() 509 Size aDlgSize = GetSizePixel(); aDlgSize.Height() += nMove; SetSizePixel(aDlgSize); in IMPL_LINK()
|
H A D | mmaddressblockpage.hxx | 199 void MoveCurrentItem(sal_uInt16 nMove);
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev6.cxx | 359 long nMove; in DrawTransparent() local 367 case( 25 ): nMove = nBaseExtent * 3; break; in DrawTransparent() 368 case( 50 ): nMove = nBaseExtent * 4; break; in DrawTransparent() 369 case( 75 ): nMove = nBaseExtent * 6; break; in DrawTransparent() 372 case( 100 ): nMove = nBaseExtent * 8; break; in DrawTransparent() 375 default: nMove = 0; break; in DrawTransparent() 384 if(nMove) in DrawTransparent() 390 aRect.Move( 0, nMove ); in DrawTransparent() 397 aRect.Move( nMove, 0 ); in DrawTransparent()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | eddel.cxx | 163 sal_uInt16 nMove = 0; in Copy() local 181 if( nMove ) in Copy() 184 if( aCrsr.UpDown( sal_False, nMove, 0, 0 ) ) in Copy() 192 ++nMove; in Copy()
|
/aoo41x/main/shell/source/win32/shlxthandler/ooofilt/ |
H A D | stream_helper.cxx | 72 LARGE_INTEGER nMove; in PrepareIStream() local 73 nMove.QuadPart = 0; in PrepareIStream() 74 hr = pStream->Seek( nMove, STREAM_SEEK_SET, &nNewPosition ); in PrepareIStream()
|
/aoo41x/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 227 sal_uInt16 nMove = nPoints - nPos; in InsertSpace() local 229 nMove * sizeof(Point) ); in InsertSpace() 230 memmove( &pFlagAry[nPos+nCount], &pFlagAry[nPos], nMove ); in InsertSpace() 255 sal_uInt16 nMove = nPoints - nPos - nCount; in Remove() local 257 if( nMove ) in Remove() 260 nMove * sizeof(Point) ); in Remove() 261 memmove( &pFlagAry[nPos], &pFlagAry[nPos+nCount], nMove ); in Remove()
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | navipi.cxx | 132 short nMove = nTarget-nSource; //( nDir<0 ) ? 1 : 0 ; in MoveOutline() local 138 if(bWithChilds && nMove > 1 && in MoveOutline() 143 nMove -= nLastOutlinePos - nSource; in MoveOutline() 145 if(!bWithChilds || nMove < 1 || nLastOutlinePos < nTarget ) in MoveOutline() 146 rSh.MoveOutlinePara( nMove ); in MoveOutline() 148 rSh.GotoOutline( nSource + nMove); in MoveOutline()
|
H A D | content.cxx | 2256 sal_Bool nMove = sal_False; in ExecCommand() local 2260 case FN_ITEM_UP: nMove = sal_True; in ExecCommand() 2281 ( !nMove || pShell->IsOutlineMovable( nActPos )) ) in ExecCommand() 2288 if( nMove ) in ExecCommand()
|
/aoo41x/main/sw/source/ui/index/ |
H A D | cnttab.cxx | 3696 long nMove = 0; in AdjustScrolling() local 3698 nMove = -aActivePos.X(); in AdjustScrolling() 3701 if(nMove) in AdjustScrolling() 3702 MoveControls(nMove); in AdjustScrolling() 3748 long nMove = 0; in IMPL_LINK() local 3760 nMove = -nXPos; in IMPL_LINK() 3790 if(nMove) in IMPL_LINK() 3797 aPos.X() += nMove; in IMPL_LINK() 3806 sMessage += String::CreateFromInt32(nMove); in IMPL_LINK() 3918 aRightPos.X() += nMove; in Resize() [all …]
|
/aoo41x/main/sc/source/core/tool/ |
H A D | rangenam.cxx | 704 SCTAB nMove = nMinTab; in ValidateTabRefs() local 705 aPos.SetTab( aPos.Tab() - nMove ); in ValidateTabRefs() 712 rRef1.nTab = sal::static_int_cast<SCsTAB>( rRef1.nTab - nMove ); in ValidateTabRefs() 717 rRef2.nTab = sal::static_int_cast<SCsTAB>( rRef2.nTab - nMove ); in ValidateTabRefs()
|
/aoo41x/main/cosv/source/strings/ |
H A D | streamstr.cxx | 643 seek_type nMove = seek_type(anz - i_aReplacement.nLength); in replace() local 647 -nMove ); in replace() 648 pEnd -= nMove; in replace()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | mmconfigitem.hxx | 238 void MoveGreeting( sal_Int32 nMove) { m_nGreetingMoves += nMove;} in MoveGreeting() argument
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFontWork.cxx | 432 sal_Int32 nMove = aPolyPolyBoundRect.Top() - rParagraphBoundRect.Top(); in GetTextAreaOutline() local 433 if ( nMove ) in GetTextAreaOutline() 434 aOutlineIter->Move( 0, -nMove ); in GetTextAreaOutline()
|
/aoo41x/main/sw/source/core/text/ |
H A D | porlay.cxx | 1818 long nMove = 0; in Compress() local 1825 nMove = nLast; in Compress() 1837 if( nMove ) in Compress() 1838 pKernArray[ nI - 1 ] += nMove; in Compress()
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | cption.cxx | 615 void lcl_MoveH( Window& rWin, sal_Int32 nMove ) in lcl_MoveH() argument 618 aPos.Y() += nMove; in lcl_MoveH()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 767 sal_uInt16 nMove = 0; in Paste() local 780 if( !nMove ) // Annotate the last given insert position in Paste() 785 if( aCrsr.UpDown( sal_False, ++nMove, 0, 0 ) ) in Paste()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 2099 long nMove(aMoveHack); in MapWrapIntoFlyFmt() local 2100 aPoly.Move(nMove, 0); in MapWrapIntoFlyFmt() 2102 Fraction aHackX(ww::nWrap100Percent, ww::nWrap100Percent + nMove); in MapWrapIntoFlyFmt() 2103 Fraction aHackY(ww::nWrap100Percent, ww::nWrap100Percent - nMove); in MapWrapIntoFlyFmt()
|
H A D | wrtw8esh.cxx | 2128 long nMove(aMoveHack); in WriteFlyFrameAttr() local 2130 Fraction aHackX(ww::nWrap100Percent + nMove, in WriteFlyFrameAttr() 2132 Fraction aHackY(ww::nWrap100Percent - nMove, in WriteFlyFrameAttr() 2136 aPoly.Move(-nMove, 0); in WriteFlyFrameAttr()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabview3.cxx | 1366 short nMove = bShift ? -1 : 1; in FindNextUnprot() local 1379 pDoc->GetNextPos( nNewX,nNewY, nTab, nMove,0, bMarked,sal_True, rMark ); in FindNextUnprot()
|
H A D | viewdata.cxx | 1327 long nMove = aVis.Left(); in EditGrowX() local 1329 aVis.Right() -= nMove; in EditGrowX()
|
/aoo41x/main/framework/source/layoutmanager/ |
H A D | toolbarlayoutmanager.cxx | 2399 … sal_Int32 nMove = std::min( nSpace, static_cast<sal_Int32>(aFrontDockingRect.getWidth()) ); in implts_determineFrontDockingRect() local 2401 aFrontDockingRect.Move( -nMove, 0 ); in implts_determineFrontDockingRect() 2403 aFrontDockingRect.Move( 0, -nMove ); in implts_determineFrontDockingRect()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 5451 short nMove = bIsPrevious ? -1 : 1; in PreviousNext() local 5458 pDoc->GetNextPos( nNewX,nNewY, nTab, nMove,0, sal_True,sal_True, markedRange ); in PreviousNext()
|