/aoo41x/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 89 inline size_t GetIndex( size_t nCol, size_t nRow ) const in GetIndex() 95 size_t GetMergedFirstCol( size_t nCol, size_t nRow ) const; 96 size_t GetMergedFirstRow( size_t nCol, size_t nRow ) const; 97 size_t GetMergedLastCol( size_t nCol, size_t nRow ) const; 98 size_t GetMergedLastRow( size_t nCol, size_t nRow ) const; 188 size_t GetCellIndex( size_t nCol, size_t nRow, bool bRTL = false) const; 313 …void SetMergedRange( size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nL… 360 …void GetMergedOrigin( size_t& rnFirstCol, size_t& rnFirstRow, size_t nCol, size_t n… 363 …void GetMergedSize( size_t& rnWidth, size_t& rnHeight, size_t nCol, size_t nRow ) c… 367 size_t& rnLastCol, size_t& rnLastRow, size_t nCol, size_t nRow ) const; [all …]
|
/aoo41x/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 97 …id lclSetMergedRange( CellVec& rCells, size_t nWidth, size_t nFirstCol, size_t nFirstRow, size_t n… in lclSetMergedRange() 151 size_t ArrayImpl::GetMergedFirstCol( size_t nCol, size_t nRow ) const in GetMergedFirstCol() 158 size_t ArrayImpl::GetMergedFirstRow( size_t nCol, size_t nRow ) const in GetMergedFirstRow() 165 size_t ArrayImpl::GetMergedLastCol( size_t nCol, size_t nRow ) const in GetMergedLastCol() 172 size_t ArrayImpl::GetMergedLastRow( size_t nCol, size_t nRow ) const in GetMergedLastRow() 630 void Array::SetMergedRange( size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nLastRow ) in SetMergedRange() 732 void Array::GetMergedOrigin( size_t& rnFirstCol, size_t& rnFirstRow, size_t nCol, size_t nRow ) con… in GetMergedOrigin() 739 void Array::GetMergedSize( size_t& rnWidth, size_t& rnHeight, size_t nCol, size_t nRow ) const in GetMergedSize() 748 size_t& rnLastCol, size_t& rnLastRow, size_t nCol, size_t nRow ) const in GetMergedRange() 757 void Array::SetClipRange( size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nLastRow ) in SetClipRange() [all …]
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | fieldwnd.hxx | 43 const size_t PIVOTFIELD_INVALID = static_cast< size_t >( -1 ); 84 size_t nColCount, 85 size_t nRowCount, 115 ::rtl::OUString GetFieldText( size_t nFieldIndex ) const; 132 void GrabFocusAndSelect( size_t nIndex ); 139 bool RemoveField( size_t nRemoveIndex ); 141 bool MoveField( size_t nFieldIndex, size_t nInsertIndex ); 150 bool MoveSelectedField( size_t nInsertIndex ); 189 size_t RecalcVisibleIndex( size_t nSelectIndex ) const; 192 void SetSelectionUnchecked( size_t nSelectIndex, size_t nFirstVisIndex ); [all …]
|
H A D | olinewin.hxx | 98 const ScOutlineEntry* GetOutlineEntry( size_t nLevel, size_t nEntry ) const; 135 size_t nLevel, size_t nEntry, 141 bool GetImagePos( size_t nLevel, size_t nEntry, Point& rPos ) const; 143 bool IsButtonVisible( size_t nLevel, size_t nEntry ) const; 150 …bool ButtonHit( const Point& rPos, size_t& rnLevel, size_t& rnEntry ) const; 153 … bool LineHit( const Point& rPos, size_t& rnLevel, size_t& rnEntry ) const; 158 void DoFunction( size_t nLevel, size_t nEntry ) const; 160 void DoExpand( size_t nLevel, size_t nEntry ) const; 162 void DoCollapse( size_t nLevel, size_t nEntry ) const; 190 void StartMouseTracking( size_t nLevel, size_t nEntry ); [all …]
|
H A D | dpcontrol.hxx | 102 static size_t MENU_NOT_SELECTED; 129 bool isMenuItemSelected(size_t nPos) const; 130 size_t getSelectedMenuItem() const; 135 void executeMenuItem(size_t nPos); 141 void drawMenuItem(size_t nPos); 163 void highlightMenuItem(size_t nPos, bool bSelected); 221 size_t mnMenuPos; 241 size_t mnSelectedMenu; 242 size_t mnClickedMenu; 274 void setMemberSize(size_t n); [all …]
|
/aoo41x/main/svl/inc/svl/ |
H A D | undo.hxx | 116 size_t size() const { return m_aActions.size(); } in size() 121 void Remove( size_t i_pos ) in Remove() 126 void Remove( size_t i_pos, size_t i_count ) in Remove() 131 void Insert( SfxUndoAction* i_action, size_t i_pos ) in Insert() 144 size_t nMaxUndoActions; 145 size_t nCurUndoAction; 147 SfxUndoArray(size_t nMax=0): in SfxUndoArray() 286 virtual size_t LeaveListAction() = 0; 376 virtual size_t LeaveListAction(); 377 virtual size_t LeaveAndMergeListAction(); [all …]
|
/aoo41x/main/sdext/source/pdfimport/inc/ |
H A D | pdfihelper.hxx | 87 ^ size_t(rFont.size) in operator ()() 156 return size_t(rGC.LineColor.Red) in operator ()() 158 ^ size_t(rGC.LineColor.Blue) in operator ()() 160 ^ size_t(rGC.FillColor.Red) in operator ()() 164 ^ size_t(rGC.LineJoin) in operator ()() 165 ^ size_t(rGC.LineCap) in operator ()() 166 ^ size_t(rGC.BlendMode) in operator ()() 167 ^ size_t(rGC.LineWidth) in operator ()() 168 ^ size_t(rGC.Flatness) in operator ()() 169 ^ size_t(rGC.MiterLimit) in operator ()() [all …]
|
/aoo41x/main/sc/source/ui/view/ |
H A D | olinewin.cxx | 42 const size_t SC_OL_NOLEVEL = static_cast< size_t >( -1 ); 43 const size_t SC_OL_HEADERENTRY = static_cast< size_t >( -1 ); 279 size_t nLevel, size_t nEntry, in GetEntryPos() 362 bool ScOutlineWindow::IsButtonVisible( size_t nLevel, size_t nEntry ) const in IsButtonVisible() 466 void ScOutlineWindow::DoFunction( size_t nLevel, size_t nEntry ) const in DoFunction() 484 void ScOutlineWindow::DoExpand( size_t nLevel, size_t nEntry ) const in DoExpand() 491 void ScOutlineWindow::DoCollapse( size_t nLevel, size_t nEntry ) const in DoCollapse() 652 size_t nEntry; in Paint() 721 bool lcl_RotateValue( size_t& rnValue, size_t nMin, size_t nMax, bool bForward ) in lcl_RotateValue() 923 void ScOutlineWindow::StartMouseTracking( size_t nLevel, size_t nEntry ) in StartMouseTracking() [all …]
|
/aoo41x/main/svtools/source/toolpanel/ |
H A D | toolpaneldeck.cxx | 112 size_t GetPanelCount() const; 114 ::boost::optional< size_t > 117 size_t InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition ); 136 … ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< … 180 size_t ToolPanelDeck_Impl::GetPanelCount() const in GetPanelCount() 204 size_t ToolPanelDeck_Impl::InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition ) in InsertPanel() 250 ::boost::optional< size_t > aActivatePanel; in DoAction() 321 …pl::ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< … in ActivePanelChanged() 382 for ( size_t i=0; i<GetPanelCount(); ++i ) in ~ToolPanelDeck() 390 size_t ToolPanelDeck::GetPanelCount() const in GetPanelCount() [all …]
|
H A D | paneltabbar.cxx | 371 …oid ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< … 417 ::boost::optional< size_t > m_aHoveredItem; 418 ::boost::optional< size_t > m_aFocusedItem; 427 size_t m_nScrollPosition; 545 for ( size_t i = 0; in impl_calcItemRects() 867 return ::boost::optional< size_t >(); in FindItemForPoint() 869 size_t i=0; in FindItemForPoint() 878 return ::boost::optional< size_t >( i ); in FindItemForPoint() 881 return ::boost::optional< size_t >(); in FindItemForPoint() 960 …pl::ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< … in ActivePanelChanged() [all …]
|
H A D | drawerlayouter.cxx | 57 for ( size_t i=0; i<m_rPanelDeck.GetPanelCount(); ++i ) in DrawerDeckLayouter() 72 const size_t nPanelCount( m_rPanelDeck.GetPanelCount() ); in IMPLEMENT_IREFERENCE() 77 ::boost::optional< size_t > aActivePanel( m_rPanelDeck.GetActivePanel() ); in IMPLEMENT_IREFERENCE() 85 for ( size_t i=0; i<=nUpperBound; ++i ) in IMPLEMENT_IREFERENCE() 95 for ( size_t j = nPanelCount - 1; j > nUpperBound; --j ) in IMPLEMENT_IREFERENCE() 123 const size_t nPanelCount( m_rPanelDeck.GetPanelCount() ); in SetFocusToPanelSelector() 127 ::boost::optional< size_t > aActivePanel( m_rPanelDeck.GetActivePanel() ); in SetFocusToPanelSelector() 135 size_t DrawerDeckLayouter::GetAccessibleChildCount() const in GetAccessibleChildCount() 184 void DrawerDeckLayouter::PanelRemoved( const size_t i_nPosition ) in PanelRemoved() 199 …er::ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< … in ActivePanelChanged() [all …]
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | arrange.hxx | 135 virtual size_t countElements() const = 0; 141 Window* getWindow( size_t i_nIndex ) const in getWindow() 158 Size getMinimumSize( size_t i_nIndex ) const in getMinimumSize() 229 virtual Element* getElement( size_t i_nIndex ) in getElement() 248 …size_t addWindow( Window*, sal_Int32 i_nExpandPrio = 0, const Size& i_rMinSize = Size(), size_t i_… 251 …size_t addChild( boost::shared_ptr<WindowArranger> const &, sal_Int32 i_nExpandPrio = 0, size_t i_… 253 … size_t addChild( WindowArranger* i_pNewChild, sal_Int32 i_nExpandPrio = 0, size_t i_nIndex = ~0 ) in addChild() 268 virtual Element* getElement( size_t i_nIndex ) in getElement() 327 virtual Element* getElement( size_t i_nIndex ) in getElement() 361 virtual Element* getElement( size_t i_nIndex ) in getElement() [all …]
|
/aoo41x/main/reportdesign/source/ui/inc/ |
H A D | CondFormat.hxx | 46 #define MAX_CONDITIONS (size_t)3 106 virtual void addCondition( size_t _nAddAfterIndex ); 107 virtual void deleteCondition( size_t _nCondIndex ); 109 virtual void moveConditionUp( size_t _nCondIndex ); 110 virtual void moveConditionDown( size_t _nCondIndex ); 127 void impl_addCondition_nothrow( size_t _nNewCondIndex ); 154 size_t impl_getFirstVisibleConditionIndex() const; 157 size_t impl_getLastVisibleConditionIndex() const; 163 void impl_focusCondition( size_t _nCondIndex ); 172 void impl_scrollTo( size_t _nTopCondIndex ); [all …]
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | fieldwnd.cxx | 53 const size_t INITIAL_TRACKING_DELAY = 20; 104 size_t nColCount, size_t nRowCount, long nFieldWidthFactor, long nSpaceSize ) : in ScPivotFieldWindow() 260 size_t nCol = static_cast< size_t >( rWindowPos.X() / nGridWidth ); in GetFieldIndex() 261 size_t nRow = static_cast< size_t >( rWindowPos.Y() / nGridHeight ); in GetFieldIndex() 283 size_t nCol = static_cast< size_t >( rWindowPos.X() / nGridWidth ); in GetDropIndex() 284 size_t nRow = static_cast< size_t >( rWindowPos.Y() / nGridHeight ); in GetDropIndex() 350 bool ScPivotFieldWindow::MoveField( size_t nFieldIndex, size_t nInsertIndex ) in MoveField() 488 size_t nFieldCount = maFields.size(); in Paint() 655 size_t ScPivotFieldWindow::RecalcVisibleIndex( size_t nSelectIndex ) const in RecalcVisibleIndex() 668 void ScPivotFieldWindow::SetSelectionUnchecked( size_t nSelectIndex, size_t nFirstVisIndex ) in SetSelectionUnchecked() [all …]
|
/aoo41x/main/sw/source/core/inc/ |
H A D | scriptinfo.hxx | 138 inline size_t CountScriptChg() const; 139 inline xub_StrLen GetScriptChg( const size_t nCnt ) const; 142 inline size_t CountDirChg() const; 143 inline xub_StrLen GetDirChg( const size_t nCnt ) const; 144 inline sal_uInt8 GetDirType( const size_t nCnt ) const; 146 inline size_t CountKashida() const; 147 inline xub_StrLen GetKashida( const size_t nCnt ) const; 149 inline size_t CountCompChg() const; 151 inline xub_StrLen GetCompLen( const size_t nCnt ) const; 152 inline sal_uInt8 GetCompType( const size_t nCnt ) const; [all …]
|
/aoo41x/main/sc/inc/ |
H A D | compressedarray.hxx | 38 const size_t nScCompressedArrayDelta = 4; 78 void Resize( size_t nNewSize ); 119 size_t GetEntryCount() const; 127 size_t nCount; 128 size_t nLimit; 129 size_t nDelta; 159 size_t nIndex = Search( nPos); in GetValue() 189 size_t nEntry = (nIndex < nCount ? nIndex : nCount-1); in GetNextValue() 206 size_t ScCompressedArray<A,D>::GetEntryCount() const in GetEntryCount() 214 ScCompressedArray<A,D>::GetDataEntry( size_t nIndex ) const in GetDataEntry() [all …]
|
/aoo41x/main/sal/osl/unx/ |
H A D | file.cxx | 93 size_t m_bufsiz; 102 static size_t getpagesize(); 198 if (size_t(-1) != pagesize) in Allocator() 688 size_t * pnOffset, in writeSequence_Impl() 690 size_t nBytes) in writeSequence_Impl() 1039 size_t const nLength = sal::static_int_cast< size_t >(uLength); in osl_mapFile() 1117 size_t const nLength = sal::static_int_cast< size_t >(uLength); in osl_unmapFile() 1166 size_t const nBytesRequested = sal::static_int_cast< size_t >(uBytesRequested); in osl_readFile() 1197 size_t const nBytesToWrite = sal::static_int_cast< size_t >(uBytesToWrite); in osl_writeFile() 1234 size_t const nBytesRequested = sal::static_int_cast< size_t >(uBytesRequested); in osl_readFileAt() [all …]
|
/aoo41x/main/vcl/source/window/ |
H A D | arrange.cxx | 76 size_t nEle = countElements(); in setParentWindow() 77 for( size_t i = 0; i < nEle; i++ ) in setParentWindow() 96 size_t nEle = countElements(); in show() 134 size_t nEle = countElements(); in isVisible() 489 size_t nIndex = i_nIndex; in addWindow() 507 size_t nIndex = i_nIndex; in addChild() 661 size_t nEle = countElements(); in getLabelWidth() 693 size_t nEle = countElements(); in getOptimalSize() 742 size_t nEle = countElements(); in resize() 995 size_t nIndex = 0; in addWindow() [all …]
|
/aoo41x/main/svtools/inc/svtools/toolpanel/ |
H A D | toolpaneldeck.hxx | 56 virtual void PanelRemoved( const size_t i_nPosition ) = 0; 60 …oid ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< … 83 virtual size_t GetPanelCount() const = 0; 88 virtual PToolPanel GetPanel( const size_t i_nPos ) const = 0; 92 virtual ::boost::optional< size_t > 108 virtual size_t InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition ) = 0; 160 virtual size_t GetPanelCount() const; 161 virtual PToolPanel GetPanel( const size_t i_nPos ) const; 162 virtual ::boost::optional< size_t > 165 virtual size_t InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition ); [all …]
|
/aoo41x/main/sc/source/core/data/ |
H A D | compressedarray.cxx | 34 size_t nDeltaP ) in ScCompressedArray() 48 size_t nDataCount ) in ScCompressedArray() 56 for (size_t j=0; j<nDataCount; ++j) in ScCompressedArray() 257 size_t nIndex; in CopyFrom() 276 size_t nIndex = Search( nStart); in Insert() 300 size_t nIndex = Search( nStart); in Remove() 312 size_t nRemove; in Remove() 337 size_t nIndex = nCount-1; in GetLastUnequalAccess() 480 size_t nIndex; in CopyFromAnded() 501 size_t nIndex; in CopyFromOred() [all …]
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | taskpane.cxx | 538 ::boost::optional< size_t > 667 ::boost::optional< size_t > aPanelPos; in GetPanelPos() 887 …oid ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< … 906 size_t impl_getLogicalPanelIndex( const size_t i_nVisibleIndex ); 1059 size_t nPanelIndex = size_t( i_pMenu->GetCurItemId() - MID_FIRST_PANEL ); in IMPL_LINK() 1069 size_t TaskPaneController_Impl::impl_getLogicalPanelIndex( const size_t i_nVisibleIndex ) in impl_getLogicalPanelIndex() 1071 size_t nLogicalIndex = 0; in impl_getLogicalPanelIndex() 1072 size_t nVisibleIndex( i_nVisibleIndex ); in impl_getLogicalPanelIndex() 1139 size_t nActualPanelIndex(0); in impl_togglePanelVisibility() 1146 ::boost::optional< size_t > aActivatePanel; in impl_togglePanelVisibility() [all …]
|
/aoo41x/main/svl/source/undo/ |
H A D | undo.cxx | 796 size_t nCurAction = 0; in ImplUndo() 915 size_t nCurAction = 0; in ImplRedo() 1055 size_t SfxUndoManager::GetListActionDepth() const in GetListActionDepth() 1058 size_t nDepth(0); in GetListActionDepth() 1072 size_t SfxUndoManager::LeaveListAction() in LeaveListAction() 1093 size_t SfxUndoManager::LeaveAndMergeListAction() in LeaveAndMergeListAction() 1268 size_t nActionsToRemove = i_count; in RemoveOldestUndoActions() 1334 for(size_t i=nCurUndoAction;i>0;) in Undo() 1343 for(size_t i=nCurUndoAction;i>0;) in UndoWithContext() 1370 for(size_t i=0;i<nCurUndoAction;i++) in Repeat() [all …]
|
/aoo41x/main/reportdesign/source/ui/dlg/ |
H A D | CondFormat.cxx | 155 void ConditionalFormattingDialog::addCondition( size_t _nAddAfterIndex ) in addCondition() 162 void ConditionalFormattingDialog::deleteCondition( size_t _nCondIndex ) in deleteCondition() 174 if ( _nNewCondIndex > (size_t)m_xCopy->getCount() ) in impl_addCondition_nothrow() 218 size_t nNewFocusIndex( _nCondIndex ); in impl_deleteCondition_nothrow() 258 size_t nOldConditionIndex( _nCondIndex ); in impl_moveCondition_nothrow() 311 size_t nFirstCondIndex( impl_getFirstVisibleConditionIndex() ); 367 for ( size_t i= 0; i < sizeof(pWindows)/sizeof(pWindows[0]); ++i ) in impl_layoutAll() 428 void ConditionalFormattingDialog::moveConditionUp( size_t _nCondIndex ) in moveConditionUp() 564 return (size_t)m_aCondScroll.GetThumbPos(); in impl_getFirstVisibleConditionIndex() 576 size_t nIndex( 0 ); in impl_getFocusedConditionIndex() [all …]
|
/aoo41x/main/sal/osl/os2/ |
H A D | file.cxx | 189 size_t m_bufsiz; 236 size_t * pnOffset, 238 size_t nBytes); 247 size_t m_bufsiz; 1574 size_t const nLength = sal::static_int_cast< size_t >(uLength); in osl_mapFile() 1633 size_t const nLength = sal::static_int_cast< size_t >(uLength); in osl_unmapFile() 1681 size_t const nBytesRequested = sal::static_int_cast< size_t >(uBytesRequested); in osl_readFile() 1711 size_t const nBytesToWrite = sal::static_int_cast< size_t >(uBytesToWrite); in osl_writeFile() 1747 size_t const nBytesRequested = sal::static_int_cast< size_t >(uBytesRequested); in osl_readFileAt() 1781 size_t const nBytesToWrite = sal::static_int_cast< size_t >(uBytesToWrite); in osl_writeFileAt() [all …]
|
/aoo41x/main/sw/source/core/access/ |
H A D | accportions.cxx | 359 size_t nBreaks = aLineBreaks.size(); in GetLineCount() 398 size_t nBreaks = aLineBreaks.size(); in GetLastLineBoundary() 436 size_t nPos ) const in FillBoundary() 443 size_t SwAccessiblePortionData::FindBreak( in FindBreak() 454 size_t nMin = 0; in FindBreak() 455 size_t nMax = rPositions.size()-2; in FindBreak() 467 size_t nMiddle = (nMin + nMax)/2; in FindBreak() 647 size_t nCorePortionNo = nPortionNo; in FillSpecialPos() 750 size_t& nPortionNo, in AdjustAndCheck() 774 size_t nStartPortion, nEndPortion; in GetEditableRange() [all …]
|