Home
last modified time | relevance | path

Searched refs:nRelPos (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sw/source/core/objectpositioning/
H A Dascharanchoredobjectposition.cxx187 const SwTwips nRelPos = _GetRelPosToBase( nObjBoundHeight, rVert ); in CalcPosition() local
194 if( mnFlags & AS_CHAR_INIT && nRelPos < 0 && mnLineAscentInclObjs < -nRelPos ) in CalcPosition()
197 aAnchorPos.X() -= mnLineAscentInclObjs + nRelPos; in CalcPosition()
199 aAnchorPos.Y() -= mnLineAscentInclObjs + nRelPos; in CalcPosition()
213 aRelPos.X() = -nRelPos - aObjBoundRect.Width(); in CalcPosition()
216 aRelPos.X() = nRelPos; in CalcPosition()
221 aRelPos.Y() = nRelPos; in CalcPosition()
235 aVert.SetPos( nRelPos ); in CalcPosition()
310 aRelAttr = Point( -nRelPos, 0 ); in CalcPosition()
314 aRelAttr = Point( 0, nRelPos ); in CalcPosition()
[all …]
/trunk/main/svx/source/form/
H A Dnavigatortreemodel.cxx329 if (nRelPos >= (sal_uInt32)xContainer->getCount()) in Insert()
330 nRelPos = (sal_uInt32)xContainer->getCount(); in Insert()
339 nRelPos)); in Insert()
348 xContainer->insertByIndex(nRelPos, makeAny(xElementAsForm)); in Insert()
355 xContainer->insertByIndex(nRelPos, makeAny(xElementAsComponent)); in Insert()
382 pFolder->GetChildList()->Insert( pEntry, nRelPos ); in Insert()
384 GetRootList()->Insert( pEntry, nRelPos ); in Insert()
388 FmNavInsertedHint aInsertedHint( pEntry, nRelPos ); in Insert()
623 void NavigatorTreeModel::InsertForm(const Reference< XForm > & xForm, sal_uInt32 nRelPos) in InsertForm() argument
639 Insert( pFormData, nRelPos ); in InsertForm()
[all …]
H A Dnavigatortree.cxx656 sal_uInt32 nRelPos = pInsertedHint->GetRelPos(); in Notify() local
657 Insert( pEntryData, nRelPos ); in Notify()
713 SvLBoxEntry* NavigatorTree::Insert( FmEntryData* pEntryData, sal_uIntPtr nRelPos ) in Insert() argument
724 m_pRootEntry, sal_False, nRelPos, pEntryData ); in Insert()
729 pParentEntry, sal_False, nRelPos, pEntryData ); in Insert()
H A Dfmexpl.cxx106 FmNavInsertedHint::FmNavInsertedHint( FmEntryData* pInsertedEntryData, sal_uInt32 nRelPos ) in FmNavInsertedHint() argument
108 ,nPos( nRelPos ) in FmNavInsertedHint()
H A Dfiltnav.cxx265 FmFilterInsertedHint(FmFilterData* pData, sal_Int32 nRelPos) in FmFilterInsertedHint() argument
267 ,m_nPos(nRelPos){} in FmFilterInsertedHint()
/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx1683 for (sal_uInt16 nRelPos = 0; nRelPos < nRelCount; nRelPos++) in FillRelLB() local
1685 if (nLBRelations & aAsCharRelationMap[nRelPos].nLBRelation) in FillRelLB()
1687 … SvxSwFramePosString::StringId sStrId1 = aAsCharRelationMap[nRelPos].eStrId; in FillRelLB()
1692 rLB.SetEntryData(nPos, &aAsCharRelationMap[nRelPos]); in FillRelLB()
1743 for (sal_uInt16 nRelPos = 0; nRelPos < nRelCount; nRelPos++) in FillRelLB() local
1745 if (aRelationMap[nRelPos].nLBRelation == nBit) in FillRelLB()
1747 … sStrId1 = m_aHoriMirrorCB.IsChecked() ? aRelationMap[nRelPos].eMirrorStrId : aRelationMap[nRelPos in FillRelLB()
1751 rLB.SetEntryData(nPos, &aRelationMap[nRelPos]); in FillRelLB()
1752 if (!sSelEntry.Len() && aRelationMap[nRelPos].nRelation == nRel) in FillRelLB()
/trunk/main/extensions/source/propctrlr/
H A Dtaborder.cxx344 void TabOrderListBox::MoveSelection( long nRelPos ) in MoveSelection() argument
348 for (long i=0; i<labs(nRelPos); i++) in MoveSelection()
354 if( nRelPos < 0 ) in MoveSelection()
377 else if( nRelPos > 0 ) in MoveSelection()
383 if( (nLastSelPos + nRelPos - i) > (GetEntryCount()-1) ) return; in MoveSelection()
H A Dtaborder.hxx64 void MoveSelection( long nRelPos );
/trunk/main/sw/source/core/text/
H A Dporfly.cxx404 SwTwips nRelPos = aObjPositioning.GetRelPosY(); in SetBase() local
405 if ( nRelPos < 0 ) in SetBase()
407 nAscent = static_cast<sal_uInt16>(-nRelPos); in SetBase()
414 Height( Height() + static_cast<sal_uInt16>(nRelPos) ); in SetBase()
/trunk/main/svx/source/inc/
H A Dfmexpl.hxx75 FmNavInsertedHint( FmEntryData* pInsertedEntryData, sal_uInt32 nRelPos );
365 …onst ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm >& xForm, sal_uInt32 nRelPos);
368 …m::sun::star::uno::Reference< ::com::sun::star::form::XFormComponent >& xComp, sal_uInt32 nRelPos);
389 void Insert( FmEntryData* pEntryData, sal_uLong nRelPos = LIST_APPEND,
464 SvLBoxEntry* Insert( FmEntryData* pEntryData, sal_uLong nRelPos=LIST_APPEND );
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx1437 for (sal_uInt16 nRelPos = 0; nRelPos < nRelCount; nRelPos++) in FillRelLB() local
1439 if (nLBRelations & aAsCharRelationMap[nRelPos].nLBRelation) in FillRelLB()
1441 … SvxSwFramePosString::StringId sStrId1 = aAsCharRelationMap[nRelPos].eStrId; in FillRelLB()
1452 _rLB.SetEntryData(nPos, &aAsCharRelationMap[nRelPos]); in FillRelLB()
1503 for (sal_uInt16 nRelPos = 0; nRelPos < nRelCount; nRelPos++) in FillRelLB() local
1505 if (aRelationMap[nRelPos].nLBRelation == nBit) in FillRelLB()
1508 … aRelationMap[nRelPos].eMirrorStrId : aRelationMap[nRelPos].eStrId; in FillRelLB()
1518 _rLB.SetEntryData(nPos, &aRelationMap[nRelPos]); in FillRelLB()
1519 if (!sSelEntry.Len() && aRelationMap[nRelPos].nRelation == _nRel) in FillRelLB()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableManager.cxx515 sal_Int16 nRelPos = in endOfRowAction() local
518 pSeparators[nBorder].Position = nRelPos + nLastRelPos; in endOfRowAction()
520 nLastRelPos = nLastRelPos + nRelPos; in endOfRowAction()
H A DTDefTableHandler.cxx259 sal_Int16 nRelPos = in getRowProperties() local
262 pSeparators[nBorder - 1].Position = nRelPos; in getRowProperties()
/trunk/main/idl/inc/
H A Dlex.hxx253 void SeekRel( sal_Int32 nRelPos ) in SeekRel() argument
255 pCurToken = aTokList.Seek( Tell() + nRelPos ); in SeekRel()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx334 sal_Int32 nRelPos = nApiPos - nApiBase; in lcl_GetRulerPos() local
335 return nRulerPos + nRelPos / nDiv * 10 + ::std::max( nRelPos % nDiv - nDiv + 10L, 0L ); in lcl_GetRulerPos()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx2013 sal_uInt16 nRelPos = 0xFFFF; in ImplCalcBulletText() local
2040 if ( nRelPos != 0xFFFF ) in ImplCalcBulletText()
2041 nRelPos++; in ImplCalcBulletText()

Completed in 109 milliseconds