Home
last modified time | relevance | path

Searched refs:nLeft (Results 176 – 200 of 259) sorted by relevance

1234567891011

/aoo41x/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx918 maOutRect.nLeft += (maOutRect.GetWidth() - nWidth) >> 1; in Paint()
919 maOutRect.nRight = maOutRect.nLeft + nWidth - 1; in Paint()
H A Ddlgass.cxx425 sal_Int32 nLeft (mpPage1OpenRB->GetPosPixel().X() + nIndent); in AssistentDlgImpl() local
428 Point(nLeft, mpPage1OpenPB->GetPosPixel().Y()), in AssistentDlgImpl()
431 Point(nLeft, mpPage1OpenLB->GetPosPixel().Y()), in AssistentDlgImpl()
/aoo41x/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx82 sal_Int32 nLeft, sal_Int32 nTop);
480 …ContainerRecord():nTop(0), nLeft(0), nSubStorageId(0), nSubStreamLen(0), nTabPos(0), nTypeIdent(0)… in ContainerRecord()
486 sal_uInt32 nLeft; member
/aoo41x/main/svtools/source/contnr/
H A Dsvimpicn.cxx663 SvLBoxEntry* SearchRow(sal_uInt16 nRow,sal_uInt16 nRight,sal_uInt16 nLeft,sal_uInt16 nPref,
3319 SvLBoxEntry* ImpIcnCursor::SearchRow(sal_uInt16 nRow,sal_uInt16 nLeft,sal_uInt16 nRight, in SearchRow() argument
3363 if( nRight < nLeft ) in SearchRow()
3366 nRight = nLeft; in SearchRow()
3367 nLeft = nTemp; in SearchRow()
3378 if( nX >= nLeft && nX <= nRight ) in SearchRow()
/aoo41x/main/vcl/source/control/
H A Dimgctrl.cxx180 aRect.nLeft++; in Paint()
/aoo41x/main/sdext/source/presenter/
H A DPresenterScreen.hxx221 const double nLeft,
H A DPresenterTextView.hxx265 const double nLeft,
/aoo41x/main/starmath/inc/
H A Drect.hxx134 void SetLeft(long nLeft);
/aoo41x/main/svtools/source/edit/
H A Dtexteng.cxx589 TextPaM TextEngine::ImpConnectParagraphs( sal_uLong nLeft, sal_uLong nRight ) in ImpConnectParagraphs() argument
591 DBG_ASSERT( nLeft != nRight, "Den gleichen Absatz zusammenfuegen ?" ); in ImpConnectParagraphs()
593 TextNode* pLeft = mpDoc->GetNodes().GetObject( nLeft ); in ImpConnectParagraphs()
597 InsertUndo( new TextUndoConnectParas( this, nLeft, pLeft->GetText().Len() ) ); in ImpConnectParagraphs()
600 TEParaPortion* pLeftPortion = mpTEParaPortions->GetObject( nLeft ); in ImpConnectParagraphs()
/aoo41x/main/sc/source/filter/excel/
H A Dxestream.cxx354 sal_uInt16 nLeft = PrepareWrite(); in WriteByteString() local
356 if( mbInRec && (nLeft <= nLenFieldSize) ) in WriteByteString()
/aoo41x/main/sw/inc/
H A Dunotbl.hxx293 sal_Int32 nLeft; member
363 …sun::star::table::XCellRange > SAL_CALL getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, s…
463 …sun::star::table::XCellRange > SAL_CALL getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, s…
/aoo41x/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx397 aTagRect.nLeft = sal::static_int_cast< long >( aPoint.X * 100.0 ); in InsertAnnotation()
399 aTagRect.nRight = aTagRect.nLeft + width - 1; in InsertAnnotation()
/aoo41x/main/sw/source/core/text/
H A Dtxtfrm.cxx2781 SwTwips nLeft = IsRightToLeft() ? in CalcBaseOfstForFly() local
2785 mnFlyAnchorOfst = nRet1 - nLeft; in CalcBaseOfstForFly()
2786 mnFlyAnchorOfstNoWrap = nRet2 - nLeft; in CalcBaseOfstForFly()
/aoo41x/main/sw/source/filter/html/
H A Dsvxcss1.hxx137 long nLeft, nTop; member in SvxCSS1PropertyInfo
H A Dhtmlatr.cxx2213 sal_Int32 nLeft = ((SvxLRSpaceItem*)pItem)->GetLeft(); in OutHTML_SwTxtNode() local
2215 if( nLeft || nRight ) in OutHTML_SwTxtNode()
2240 rWrt.OutULong( rHTMLWrt.ToPixel(nPageWidth-nLeft-nRight) ); in OutHTML_SwTxtNode()
2243 if( !nLeft ) in OutHTML_SwTxtNode()
/aoo41x/main/sc/source/ui/inc/
H A Dprintfun.hxx69 sal_uInt16 nLeft; // Raender member
/aoo41x/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx2568 long nLeft = rScreens.front().Left(); in setFullScreenMonitors() local
2574 if( rScreens[i].Left() < nLeft ) in setFullScreenMonitors()
2576 nLeft = rScreens[i].Left(); in setFullScreenMonitors()
/aoo41x/main/sw/source/core/layout/
H A Dlayact.cxx1550 const SwTwips nLeft = aSpaceToPrevPage.Left() - nHalfDocBorder; in FormatLayout() local
1551 if ( nLeft >= 0 ) in FormatLayout()
1552 aSpaceToPrevPage.Left( nLeft ); in FormatLayout()
/aoo41x/main/sw/source/core/txtnode/
H A Dtxtedt.cxx959 xub_StrLen nLeft = 0; in Spell() local
961 ++nLeft; in Spell()
970 pArgs->pEndIdx->Assign(this, aScanner.GetBegin() + nLeft ); in Spell()
/aoo41x/main/svx/source/dialog/
H A Ddlgctrl.cxx1090 long nLeft,nTop,nRight,nBottom; in implCalFocusRect() local
1094 nLeft = aRectSize.Width() * j / nLines + 1; in implCalFocusRect()
1098 return Rectangle(nLeft,nTop,nRight,nBottom); in implCalFocusRect()
/aoo41x/main/sw/source/core/access/
H A Daccmap.cxx3542 rRect.nLeft = lcl_CorrectCoarseValue(rRect.nLeft, rSource.nLeft, in lcl_CorrectRectangle()
3543 rInGrid.nLeft, false); in lcl_CorrectRectangle()
/aoo41x/main/starmath/source/
H A Dmathmlimport.cxx2444 int nLeft=0,nRight=0; in EndElement() local
2449 nLeft=1; in EndElement()
2472 int nRelArrSize = nSize-nLeft-nRight; in EndElement()
2477 aRelationArray2[i] = aRelationArray[i+nLeft]; in EndElement()
/aoo41x/main/vcl/unx/generic/window/
H A Dsalframe.cxx3916 int nLeft = 0, nTop = 0; in HandleReparentEvent() local
3921 &nLeft, in HandleReparentEvent()
3924 maGeometry.nLeftDecoration = nLeft > 0 ? nLeft-1 : 0; in HandleReparentEvent()
3952 maGeometry.nX = xp + nLeft; in HandleReparentEvent()
/aoo41x/main/svx/source/table/
H A Dtablertfimporter.cxx300 aRect.nRight = aRect.nLeft + nLastEdge; in FillTable()
/aoo41x/main/sd/source/ui/inc/
H A DViewShell.hxx280 long nLeft, long nRight, long nUpper, long nLower,

Completed in 205 milliseconds

1234567891011