/aoo42x/main/sw/source/core/objectpositioning/ |
H A D | ascharanchoredobjectposition.cxx | 187 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 …]
|
/aoo42x/main/svx/source/form/ |
H A D | navigatortreemodel.cxx | 329 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 D | navigatortree.cxx | 656 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 D | fmexpl.cxx | 106 FmNavInsertedHint::FmNavInsertedHint( FmEntryData* pInsertedEntryData, sal_uInt32 nRelPos ) in FmNavInsertedHint() argument 108 ,nPos( nRelPos ) in FmNavInsertedHint()
|
H A D | filtnav.cxx | 265 FmFilterInsertedHint(FmFilterData* pData, sal_Int32 nRelPos) in FmFilterInsertedHint() argument 267 ,m_nPos(nRelPos){} in FmFilterInsertedHint()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | swpossizetabpage.cxx | 1683 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()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | taborder.cxx | 344 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 D | taborder.hxx | 64 void MoveSelection( long nRelPos );
|
/aoo42x/main/sw/source/core/text/ |
H A D | porfly.cxx | 404 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()
|
/aoo42x/main/svx/source/inc/ |
H A D | fmexpl.hxx | 75 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 );
|
/aoo42x/main/sw/source/ui/frmdlg/ |
H A D | frmpage.cxx | 1437 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()
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | DomainMapperTableManager.cxx | 515 sal_Int16 nRelPos = in endOfRowAction() local 518 pSeparators[nBorder].Position = nRelPos + nLastRelPos; in endOfRowAction() 520 nLastRelPos = nLastRelPos + nRelPos; in endOfRowAction()
|
H A D | TDefTableHandler.cxx | 259 sal_Int16 nRelPos = in getRowProperties() local 262 pSeparators[nBorder - 1].Position = nRelPos; in getRowProperties()
|
/aoo42x/main/idl/inc/ |
H A D | lex.hxx | 253 void SeekRel( sal_Int32 nRelPos ) in SeekRel() argument 255 pCurToken = aTokList.Seek( Tell() + nRelPos ); in SeekRel()
|
/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleCsvControl.cxx | 334 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()
|
/aoo42x/main/editeng/source/outliner/ |
H A D | outliner.cxx | 2013 sal_uInt16 nRelPos = 0xFFFF; in ImplCalcBulletText() local 2040 if ( nRelPos != 0xFFFF ) in ImplCalcBulletText() 2041 nRelPos++; in ImplCalcBulletText()
|