Home
last modified time | relevance | path

Searched refs:_rPos (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/dbaccess/source/ui/misc/
H A Dindexcollection.cxx207 aFieldLoop != _rPos->aFields.end(); in commitNewIndex()
225 _rPos->flagAsCommitted(GrantIndexAccess()); in commitNewIndex()
226 _rPos->clearModified(); in commitNewIndex()
275 OSL_ENSURE((_rPos >= m_aIndexes.begin()) && (_rPos < m_aIndexes.end()), in drop()
278 if (!_rPos->isNew()) in drop()
279 if (!dropNoRemove(_rPos)) in drop()
283 m_aIndexes.erase(_rPos); in drop()
354 OSL_ENSURE(_rPos >= m_aIndexes.begin() && _rPos < m_aIndexes.end(), in resetIndex()
359 _rPos->sName = _rPos->getOriginalName(); in resetIndex()
360 implFillIndexInfo(*_rPos); in resetIndex()
[all …]
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx382 if( _rPos.Y() < 0 ) in getSizingRect()
385 aSizingRect.Top() = _rPos.Y(); in getSizingRect()
390 if( _rPos.Y() > _rOutputSize.Height() ) in getSizingRect()
393 aSizingRect.Bottom() = _rPos.Y(); in getSizingRect()
399 if( _rPos.X() > _rOutputSize.Width() ) in getSizingRect()
402 aSizingRect.Right() = _rPos.X(); in getSizingRect()
407 if( _rPos.X() < 0 ) in getSizingRect()
410 aSizingRect.Left() = _rPos.X(); in getSizingRect()
415 void OTableWindow::setSizingFlag(const Point& _rPos) in setSizingFlag() argument
422 if( _rPos.X() < TABWIN_SIZING_AREA ) in setSizingFlag()
[all …]
/trunk/main/cui/source/options/
H A Dconnpooloptions.cxx100 String implGetCellText(DriverPoolingSettings::const_iterator _rPos, sal_uInt16 _nColId) const;
221 …String DriverListControl::implGetCellText(DriverPoolingSettings::const_iterator _rPos, sal_uInt16 … in implGetCellText() argument
223 OSL_ENSURE(_rPos < m_aSettings.end(), "DriverListControl::implGetCellText: invalid position!"); in implGetCellText()
229 sReturn = _rPos->sName; in implGetCellText()
232 sReturn = _rPos->bEnabled ? m_sYes : m_sNo; in implGetCellText()
235 if (_rPos->bEnabled) in implGetCellText()
236 sReturn = String::CreateFromInt32(_rPos->nTimeoutSeconds); in implGetCellText()
/trunk/main/svx/source/form/
H A Ddataaccessdescriptor.cxx89 …tic PropertyValue buildPropertyValue( const DescriptorValues::const_iterator& _rPos );
91 …pertyMapEntry* getPropertyMapEntry( const DescriptorValues::const_iterator& _rPos );
230 …tyMapEntry* ODADescriptorImpl::getPropertyMapEntry( const DescriptorValues::const_iterator& _rPos ) in getPropertyMapEntry() argument
234 sal_Int32 nNeededHandle = (sal_Int32)(_rPos->first); in getPropertyMapEntry()
248 …PropertyValue ODADescriptorImpl::buildPropertyValue( const DescriptorValues::const_iterator& _rPos in buildPropertyValue() argument
251 PropertyMapEntry* pProperty = getPropertyMapEntry( _rPos ); in buildPropertyValue()
257 aReturn.Value = _rPos->second; in buildPropertyValue()
/trunk/main/dbaccess/source/ui/inc/
H A Dindexcollection.hxx89 …void commitNewIndex(const Indexes::iterator& _rPos) SAL_THROW((::com::sun::star::sdbc::SQLExceptio…
92 void resetIndex(const Indexes::iterator& _rPos) SAL_THROW((::com::sun::star::sdbc::SQLException));
105 sal_Bool drop(const Indexes::iterator& _rPos) SAL_THROW((::com::sun::star::sdbc::SQLException));
107 …sal_Bool dropNoRemove(const Indexes::iterator& _rPos) SAL_THROW((::com::sun::star::sdbc::SQLExcept…
H A DTableWindow.hxx172 void setSizingFlag(const Point& _rPos);
179 Rectangle getSizingRect(const Point& _rPos,const Size& _rOutputSize) const;
H A Ddatasourcemap.hxx258 Iterator(ODatasourceMap* _pOwner, ODatasourceMap::ConstDatasourceInfosIterator _rPos);
259 Iterator(ODatasourceMap* _pOwner, ODatasourceMap::ConstMapInt2InfoIterator _rPos);
H A Dindexfieldscontrol.hxx99 sal_Bool implGetFieldDesc(long _nRow, ConstIndexFieldsIterator& _rPos);
H A Dindexdialog.hxx193 sal_Bool implCheckPlausibility(const ConstIndexesIterator& _rPos);
/trunk/main/svtools/source/control/
H A Dscriptedtext.cxx99 void DrawText( const Point& _rPos );
289 void SvtScriptedTextHelper_Impl::DrawText( const Point& _rPos ) in DrawText() argument
298 Point aCurrPos( _rPos ); in DrawText()
381 void SvtScriptedTextHelper::DrawText( const Point& _rPos ) in DrawText() argument
383 mpImpl->DrawText( _rPos ); in DrawText()
/trunk/main/comphelper/source/misc/
H A Daccessibleeventnotifier.cxx113 …l AccessibleEventNotifier::implLookupClient( const TClientId _nClient, ClientMap::iterator& _rPos ) in implLookupClient() argument
117 _rPos = rClients.find( _nClient ); in implLookupClient()
118 …OSL_ENSURE( rClients.end() != _rPos, "AccessibleEventNotifier::implLookupClient: invalid client id… in implLookupClient()
120 return ( rClients.end() != _rPos ); in implLookupClient()
/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx588 …void RichTextControlImpl::Draw( OutputDevice* _pDev, const Point& _rPos, const Size& _rSize, sal_u… in Draw() argument
601 Point aPos( _rPos ); in Draw()
605 aPos = _pDev->PixelToLogic( _rPos, aNormalizedMapMode ); in Draw()
610 aPos = OutputDevice::LogicToLogic( _rPos, aOriginalMapMode, aNormalizedMapMode ); in Draw()
H A Drichtextvclcontrol.cxx319 …void RichTextControl::Draw( OutputDevice* _pDev, const Point& _rPos, const Size& _rSize, sal_uLong… in Draw() argument
321 m_pImpl->Draw( _pDev, _rPos, _rSize, _nFlags ); in Draw()
H A Drichtextvclcontrol.hxx114 …virtual void Draw( OutputDevice* _pDev, const Point& _rPos, const Size& _rSize, sal_uLong _…
H A Drichtextimplcontrol.hxx151 … void Draw( OutputDevice* _pDev, const Point& _rPos, const Size& _rSize, sal_uLong _nFlags );
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx327 sal_Bool IndexFieldsControl::implGetFieldDesc(long _nRow, ConstIndexFieldsIterator& _rPos) in implGetFieldDesc() argument
329 _rPos = m_aFields.end(); in implGetFieldDesc()
332 _rPos = m_aFields.begin() + _nRow; in implGetFieldDesc()
H A Dindexdialog.cxx747 sal_Bool DbaIndexDialog::implCheckPlausibility(const ConstIndexesIterator& _rPos) in implCheckPlausibility() argument
750 if (0 == _rPos->aFields.size()) in implCheckPlausibility()
761 for ( ConstIndexFieldsIterator aFieldCheck = _rPos->aFields.begin(); in implCheckPlausibility()
762 aFieldCheck != _rPos->aFields.end(); in implCheckPlausibility()
/trunk/main/svtools/source/contnr/
H A Dsvtabbx.cxx508 … SvTabListBox::GetChildOnPos( SvLBoxEntry* _pParent, sal_uLong _nEntryPos, sal_uLong& _rPos ) const in GetChildOnPos()
514 if ( _rPos == _nEntryPos ) in GetChildOnPos()
518 _rPos++; in GetChildOnPos()
519 SvLBoxEntry* pEntry = GetChildOnPos( pParent, _nEntryPos, _rPos ); in GetChildOnPos()
H A Dsvlbitm.cxx610 void SvLBoxContextBmp::Paint( const Point& _rPos, SvLBox& _rDev, in Paint() argument
631 _rDev.DrawImage( _rPos, rImage, nStyle); in Paint()
/trunk/main/extensions/source/propctrlr/
H A Dbrowserline.cxx191 void OBrowserLine::SetPosSizePixel( Point _rPos, Size _rSize ) in SetPosSizePixel() argument
193 m_aLinePos = _rPos; in SetPosSizePixel()
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx472 void scrollWindow(DBTreeListBox* _pListBox, const Point& _rPos,sal_Bool _bUp) in scrollWindow() argument
474 SvLBoxEntry* pEntry = _pListBox->GetEntry( _rPos ); in scrollWindow()
/trunk/main/svtools/inc/svtools/
H A Dscriptedtext.hxx119 void DrawText( const Point& _rPos );
H A Dsvtabbx.hxx72 …SvLBoxEntry* GetChildOnPos( SvLBoxEntry* _pParent, sal_uLong _nEntryPos, sal_uLong& _rPos ) con…
/trunk/main/comphelper/inc/comphelper/
H A Daccessibleeventnotifier.hxx160 …LLPRIVATE static sal_Bool implLookupClient( const TClientId _nClient, ClientMap::iterator& _rPos );
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx472 const SwPosition& _rPos ) const in GetTopOfLine()
477 xub_StrLen nOffset = _rPos.nContent.GetIndex(); in GetTopOfLine()
506 if ( GetAutoPos( aCharRect, _rPos ) ) in GetTopOfLine()

Completed in 71 milliseconds

12