Home
last modified time | relevance | path

Searched refs:aPos (Results 476 – 500 of 743) sorted by relevance

1...<<11121314151617181920>>...30

/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx469 Point aPos = aButtons[nButton]->GetPosPixel(); in IMPL_STATIC_LINK() local
470 aPos.Y() -= nDiff; in IMPL_STATIC_LINK()
471 aButtons[nButton]->SetPosPixel(aPos); in IMPL_STATIC_LINK()
521 Point aPos = aControls[nControl]->GetPosPixel(); in IMPL_STATIC_LINK() local
522 aPos.Y() += nDiff; in IMPL_STATIC_LINK()
523 aControls[nControl]->SetPosPixel(aPos); in IMPL_STATIC_LINK()
/trunk/main/xmloff/source/text/
H A Dtxtparai.cxx2249 Any aPos; in ~XMLParaContext() local
2250 aPos <<= xRange; in ~XMLParaContext()
2252 xPropSet->setPropertyValue(sTextRange, aPos); in ~XMLParaContext()
2281 Any aPos; in ~XMLParaContext() local
2282 aPos <<= xRange; in ~XMLParaContext()
2284 xPropSet->setPropertyValue(sTextRange, aPos); in ~XMLParaContext()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx113 SvULongs aPos; // PTRARR von CPs / FCs member in WW8_WrPlc0
121 sal_uInt16 Count() const { return aPos.Count(); } in Count()
881 : aPos( 4, 4 ), nOfs( nOffset ) in WW8_WrPlc0()
887 aPos.Insert( nStartCpOrFc - nOfs, aPos.Count() ); in Append()
892 sal_uInt16 nLen = aPos.Count(); in Write()
896 UInt32ToSVBT32( aPos[i], nP ); in Write()
H A Dww8glsy.cxx179 SwPosition aPos( aIdx, SwIndex( pCNd, pCNd->Len() )); in MakeEntries() local
180 pD->CopyRange( aPam, aPos, false ); in MakeEntries()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx736 SwPosition aPos( *pNd ); in lcl_FindChapterNode() local
737 pNd = GetBodyTxtNode( *pNd->GetDoc(), aPos, *pFrm ); in lcl_FindChapterNode()
918 SwPosition aPos( aEndIdx, SwIndex( pFirstEmptyNd, 0 )); in Update() local
919 pDoc->CorrAbs( aSttIdx, aEndIdx, aPos, sal_True ); in Update()
2094 SwIndex aPos(pNd, nStartPos); in _UpdatePageNum() local
2110 pNd->EraseText(aPos, nEndPos - nStartPos + 2); in _UpdatePageNum()
2184 pNd->InsertText( aNumStr, aPos, in _UpdatePageNum()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx1257 pDoc->PutCell( aPos, pNewCell ); in lcl_PutFormulaArray()
6005 rAny <<= aPos; in GetOnePropertyValue()
9261 aPos = ScAddress(0,0,nTab); in ScCellsEnumeration()
9281 bFound = pMark->IsCellMarked( aPos.Col(), aPos.Row() ); in CheckPos_Impl()
9305 SCCOL nCol = aPos.Col(); in Advance_Impl()
9306 SCROW nRow = aPos.Row(); in Advance_Impl()
9307 SCTAB nTab = aPos.Tab(); in Advance_Impl()
9310 aPos.Set( nCol, nRow, nTab ); in Advance_Impl()
9331 aNew.Append(ScRange(aPos)); in Notify()
9336 aPos = aNew.GetObject(0)->aStart; in Notify()
[all …]
/trunk/main/svx/source/table/
H A Dtablehandles.cxx120 basegfx::B2DPoint aOffset(aPos.X(), aPos.Y()); in getPolyPolygon()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontainerwindow.cxx262 Point aPos(0,aBeamer.Height()+nFrameHeight); in showPreview() local
270 …m_pViewSwitch->SetPosSizePixel(aPos,Size(aBeamer.Width(),aSize.Height() - aBeamer.Height()-nFrameH… in showPreview()
/trunk/main/sfx2/source/doc/
H A Dnew.cxx534 Point aPos(pWin->GetPosPixel()); in AdjustPosSize_Impl() local
536 aPos.X() -= nMoveOffset; in AdjustPosSize_Impl()
538 pWin->SetPosSizePixel(aPos, aSize); in AdjustPosSize_Impl()
/trunk/main/sw/source/ui/frmdlg/
H A Dcption.cxx617 Point aPos( rWin.GetPosPixel() ); in lcl_MoveH() local
618 aPos.Y() += nMove; in lcl_MoveH()
619 rWin.SetPosPixel(aPos); in lcl_MoveH()
/trunk/main/extensions/source/dbpilots/
H A Dcontrolwizard.cxx215 ::Point aPos = _pControl->GetPosPixel(); in adjustControlForNoDSDisplay()
216 aPos.Y() -= aDistanceToMove.Height(); in adjustControlForNoDSDisplay()
217 _pControl->SetPosPixel(aPos); in adjustControlForNoDSDisplay()
/trunk/main/sc/source/filter/xml/
H A Dxmlstyli.cxx1054 ScAddress aPos = pCellImp->GetCellObj().GetPosition(); in FillPropertySet() local
1055 if ( static_cast<sal_Int32>(aPos.Tab()) != nLastSheet ) in FillPropertySet()
1060 pSheetData->AddTextStyle( GetName(), aPos, aSel ); in FillPropertySet()
1062 nLastSheet = static_cast<sal_Int32>(aPos.Tab()); in FillPropertySet()
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx351 SwPosition aPos( SwNodeIndex( rDoc.GetNodes() ) ); in ChangeExpansion() local
352 pTxtNode = GetBodyTxtNode( rDoc, aPos, rFrm ); in ChangeExpansion()
373 _SetGetExpFld aEndFld( aPos.nNode, &rFld, &aPos.nContent ); in ChangeExpansion()
/trunk/main/cui/source/customize/
H A Dmacropg.cxx463 … virtual void Paint(const Point& aPos, SvLBox& aDevice, sal_uInt16 nFlags, SvLBoxEntry* pEntry );
479 void IconLBoxString::Paint( const Point& aPos, SvLBox& aDevice, in Paint() argument
495 aDevice.DrawImage( aPos, *pImg ); in Paint()
510 Point aPnt(aPos); in Paint()
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx742 ::Point aPos = aFixedTexts[i]->GetPosPixel(); in IMPL_LINK()
744 aPos.Y() -= nOffset; in IMPL_LINK()
746 aPos.X() -= nOffset; in IMPL_LINK()
747 aFixedTexts[i]->SetPosPixel(aPos); in IMPL_LINK()
/trunk/main/svx/source/dialog/
H A Dconnctrl.cxx196 Point aPos; in Construct() local
197 MouseEvent aMEvt( aPos, 1, 0, MOUSE_RIGHT ); in Construct()
/trunk/main/sc/inc/
H A Drangenam.hxx70 ScAddress aPos; member in ScRangeData
117 ScAddress GetPos() const { return aPos; } in GetPos()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx502 EditSelection aSel( mpIMEInfos->aPos ); in Command()
518 ParaPortion* pPortion = FindParaPortion( mpIMEInfos->aPos.GetNode() ); in Command()
519 pPortion->MarkSelectionInvalid( mpIMEInfos->aPos.GetIndex(), 0 ); in Command()
541 EditSelection aSel( mpIMEInfos->aPos ); in Command()
557 EditPaM aPaM( mpIMEInfos->aPos ); in Command()
569 EditPaM aPaM( mpIMEInfos->aPos ); in Command()
588 ParaPortion* pPortion = FindParaPortion( mpIMEInfos->aPos.GetNode() ); in Command()
589 pPortion->MarkSelectionInvalid( mpIMEInfos->aPos.GetIndex(), 0 ); in Command()
593 …EditSelection aNewSel = EditPaM( mpIMEInfos->aPos.GetNode(), mpIMEInfos->aPos.GetIndex()+pData->Ge… in Command()
613 sal_uInt16 nInputEnd = mpIMEInfos->aPos.GetIndex() + mpIMEInfos->nLen; in Command()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphStyle.java137 Point aPos = new Point(x, y); in createShape() local
143 xShape.setPosition(aPos); in createShape()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx1024 Point aPos( FRound(rPos.X() * mfScaleX + maOfs.X()), FRound(rPos.Y() * mfScaleY + maOfs.Y()) ); in ImportText() local
1028 aPos.Y() -= FRound(aFontMetric.GetAscent() * mfScaleY); in ImportText()
1030 aPos.Y() -= nTextHeight; in ImportText()
1032 Rectangle aTextRect( aPos, aSize ); in ImportText()
1072 pText->NbcRotate(aPos,nWink,nSin,nCos); in ImportText()
/trunk/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx277 PositionEnum aPos; in getRow() local
278 m_pRecordSet->get_AbsolutePosition(&aPos); in getRow()
279 return (aPos > 0) ? aPos : m_nRowPos; in getRow()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx818 ScAddress aPos( nCol, nRow, nTab ); in WriteCell() local
825 if ( pGraphEntry->bInCell && pGraphEntry->aRange.In( aPos ) ) in WriteCell()
827 if ( pGraphEntry->aRange.aStart == aPos ) in WriteCell()
835 ScBaseCell* pCell = pDoc->GetCell( aPos ); in WriteCell()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx490 ScAddress aPos = pData->GetPos(); in DetectiveRefresh() local
491 ScDetectiveFunc aFunc( pDoc, aPos.Tab() ); in DetectiveRefresh()
492 SCCOL nCol = aPos.Col(); in DetectiveRefresh()
493 SCROW nRow = aPos.Row(); in DetectiveRefresh()
4351 …for( ScAddress aPos( nStartCol, nStartRow, nTab ); !bHasNotes && (aPos.Col() <= nEndCol); aPos.Inc… in MergeCells() local
4352 for( aPos.SetRow( nStartRow ); !bHasNotes && (aPos.Row() <= nEndRow); aPos.IncRow() ) in MergeCells()
4353 …bHasNotes = ((aPos.Col() != nStartCol) || (aPos.Row() != nStartRow)) && (pDoc->GetNote( aPos ) != … in MergeCells()
/trunk/main/svx/inc/svx/
H A Drulritem.hxx109 Point aPos; member in SvxPagePosSizeItem
133 const Point &GetPos() const { return aPos; } in GetPos()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartInDraw.java77 Point aPos = new Point( 1000, 1000 ); in main() local
86 aPos, in main()

Completed in 227 milliseconds

1...<<11121314151617181920>>...30