| /AOO42X/main/svx/inc/svx/ |
| H A D | framelinkarray.hxx | 75 size_t mnWidth; 76 size_t mnHeight; 77 size_t mnFirstClipCol; 78 size_t mnFirstClipRow; 79 size_t mnLastClipCol; 80 size_t mnLastClipRow; 85 explicit ArrayImpl( size_t nWidth, size_t nHeight, bool bDiagDblClip ); 87 inline bool IsValidPos( size_t nCol, size_t nRow ) const in IsValidPos() 89 inline size_t GetIndex( size_t nCol, size_t nRow ) const in GetIndex() 92 const Cell& GetCell( size_t nCol, size_t nRow ) const; [all …]
|
| /AOO42X/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() 99 for( size_t nCol = nFirstCol; nCol <= nLastCol; ++nCol ) in lclSetMergedRange() 101 for( size_t nRow = nFirstRow; nRow <= nLastRow; ++nRow ) in lclSetMergedRange() 121 ArrayImpl::ArrayImpl( size_t nWidth, size_t nHeight, bool bDiagDblClip ) : in ArrayImpl() 140 const Cell& ArrayImpl::GetCell( size_t nCol, size_t nRow ) const in GetCell() 145 Cell& ArrayImpl::GetCellAcc( size_t nCol, size_t nRow ) in GetCellAcc() 151 size_t ArrayImpl::GetMergedFirstCol( size_t nCol, size_t nRow ) const in GetMergedFirstCol() 153 size_t nFirstCol = nCol; in GetMergedFirstCol() 158 size_t ArrayImpl::GetMergedFirstRow( size_t nCol, size_t nRow ) const in GetMergedFirstRow() 160 size_t nFirstRow = nRow; in GetMergedFirstRow() [all …]
|
| /AOO42X/main/sc/source/ui/inc/ |
| H A D | fieldwnd.hxx | 43 const size_t PIVOTFIELD_INVALID = static_cast< size_t >( -1 ); 67 typedef ::std::pair< const ScPivotFuncData*, size_t > ScPivotFuncDataEntry; 84 size_t nColCount, 85 size_t nRowCount, 113 inline size_t GetFieldCount() const { return maFields.size(); } in GetFieldCount() 115 ::rtl::OUString GetFieldText( size_t nFieldIndex ) const; 123 Point GetFieldPosition( size_t nFieldIndex ) const; 125 size_t GetFieldIndex( const Point& rWindowPos ) const; 127 size_t GetDropIndex( const Point& rWindowPos ) const; 130 inline size_t GetSelectedIndex() const { return mnSelectIndex; } in GetSelectedIndex() [all …]
|
| H A D | olinewin.hxx | 59 size_t mnMTLevel; /// Mouse tracking: Level of active button. 60 … size_t mnMTEntry; /// Mouse tracking: Entry index of active button. 65 size_t mnFocusLevel; /// Level of focused button. 66 size_t mnFocusEntry; /// Entry index of focused button. 98 const ScOutlineEntry* GetOutlineEntry( size_t nLevel, size_t nEntry ) const; 122 size_t GetLevelCount() const; 124 long GetLevelPos( size_t nLevel ) const; 126 size_t GetLevelFromPos( long nLevelPos ) const; 135 size_t nLevel, size_t nEntry, 141 bool GetImagePos( size_t nLevel, size_t nEntry, Point& rPos ) const; [all …]
|
| H A D | dpcontrol.hxx | 102 static size_t MENU_NOT_SELECTED; 125 void setSelectedMenuItem(size_t nPos, bool bSubMenuTimer, bool bEnsureSubMenu); 126 void selectMenuItem(size_t nPos, bool bSelected, bool bSubMenuTimer); 128 ScMenuFloatingWindow* getSubMenuWindow(size_t nPos) const; 129 bool isMenuItemSelected(size_t nPos) const; 130 size_t getSelectedMenuItem() const; 135 void executeMenuItem(size_t nPos); 136 void getMenuItemPosSize(size_t nPos, Point& rPos, Size& rSize) const; 141 void drawMenuItem(size_t nPos); 145 void queueLaunchSubMenu(size_t nPos, ScMenuFloatingWindow* pMenu); [all …]
|
| /AOO42X/main/svl/inc/svl/ |
| H A D | undo.hxx | 116 size_t size() const { return m_aActions.size(); } in size() 118 const MarkedUndoAction& operator[]( size_t i ) const { return m_aActions[i]; } in operator []() 119 MarkedUndoAction& operator[]( size_t i ) { return m_aActions[i]; } in operator []() 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() 233 virtual void SetMaxUndoActionCount( size_t nMaxUndoActionCount ) = 0; [all …]
|
| /AOO42X/main/sdext/source/pdfimport/inc/ |
| H A D | pdfihelper.hxx | 82 size_t operator()(const FontAttributes& rFont ) const in operator ()() 84 return (size_t)rFont.familyName.hashCode() in operator ()() 85 ^ size_t(rFont.isBold ? 0xd47be593 : 0) in operator ()() 86 ^ size_t(rFont.isItalic ? 0x1efd51a1 : 0) in operator ()() 87 ^ size_t(rFont.isUnderline ? 0xf6bd325a : 0) in operator ()() 88 ^ size_t(rFont.isOutline ? 0x12345678 : 0) in operator ()() 89 ^ size_t(rFont.size) in operator ()() 156 size_t operator()(const GraphicsContext& rGC ) const in operator ()() 158 return size_t(rGC.LineColor.Red) in operator ()() 159 ^ size_t(rGC.LineColor.Green) in operator ()() [all …]
|
| /AOO42X/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 ); 174 const ScOutlineEntry* ScOutlineWindow::GetOutlineEntry( size_t nLevel, size_t nEntry ) const in GetOutlineEntry() 242 size_t ScOutlineWindow::GetLevelCount() const in GetLevelCount() 245 size_t nLevelCount = pArray ? pArray->GetDepth() : 0; in GetLevelCount() 249 long ScOutlineWindow::GetLevelPos( size_t nLevel ) const in GetLevelPos() 256 size_t ScOutlineWindow::GetLevelFromPos( long nLevelPos ) const in GetLevelFromPos() 261 size_t nLevel = static_cast< size_t >( (nLevelPos - nStart) / SC_OL_BITMAPSIZE ); in GetLevelFromPos() 279 size_t nLevel, size_t nEntry, in GetEntryPos() 344 bool ScOutlineWindow::GetImagePos( size_t nLevel, size_t nEntry, Point& rPos ) const in GetImagePos() [all …]
|
| /AOO42X/main/svtools/source/toolpanel/ |
| H A D | toolpaneldeck.cxx | 112 size_t GetPanelCount() const; 113 PToolPanel GetPanel( const size_t i_nPos ) const; 114 ::boost::optional< size_t > 116 void ActivatePanel( const ::boost::optional< size_t >& i_rPanel ); 117 size_t InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition ); 118 PToolPanel RemovePanel( const size_t i_nPosition ); 134 virtual void PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition ); 135 virtual void PanelRemoved( const size_t i_nPosition ); 136 … ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< … 158 ::boost::optional< size_t > aActivePanel( m_aPanels.GetActivePanel() ); in GetActiveOrDummyPanel_Impl() [all …]
|
| H A D | paneltabbar.cxx | 350 virtual void PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition ) in PanelInserted() 360 virtual void PanelRemoved( const size_t i_nPosition ) in PanelRemoved() 371 …oid ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< … 383 ::boost::optional< size_t > FindItemForPoint( const Point& i_rPoint ) const; 384 …void DrawItem( const size_t i_nItemIndex, const Rectangle& i_rBoundaries ) … 385 …void InvalidateItem( const size_t i_nItemIndex, const ItemFlags i_nAddition… 388 Rectangle GetItemScreenRect( const size_t i_nItemPos ) const; 390 void FocusItem( const ::boost::optional< size_t >& i_rItemPos ); 405 ItemFlags impl_getItemFlags( const size_t i_nItemIndex ) const; 417 ::boost::optional< size_t > m_aHoveredItem; [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() 84 const size_t nUpperBound = !!aActivePanel ? *aActivePanel : nPanelCount - 1; 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() 141 …Reference< XAccessible > DrawerDeckLayouter::GetAccessibleChild( const size_t i_nChildIndex, const… in GetAccessibleChild() [all …]
|
| /AOO42X/main/vcl/inc/vcl/ |
| H A D | arrange.hxx | 104 virtual Element* getElement( size_t i_nIndex ) = 0; 105 const Element* getConstElement( size_t i_nIndex ) const in getConstElement() 135 virtual size_t countElements() const = 0; 136 boost::shared_ptr<WindowArranger> getChild( size_t i_nIndex ) const in getChild() 141 Window* getWindow( size_t i_nIndex ) const in getWindow() 152 sal_Int32 getExpandPriority( size_t i_nIndex ) const in getExpandPriority() 158 Size getMinimumSize( size_t i_nIndex ) const in getMinimumSize() 164 bool setMinimumSize( size_t i_nIndex, const Size& i_rMinSize ) in setMinimumSize() 172 … void setBorders( size_t i_nIndex, long i_nLeft, long i_nTop, long i_nRight, long i_nBottom ) in setBorders() 184 …void getBorders( size_t i_nIndex, long* i_pLeft = NULL, long* i_pTop = NULL, long* i_pRight = NULL… in getBorders() [all …]
|
| /AOO42X/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() 233 OUString ScPivotFieldWindow::GetFieldText( size_t nFieldIndex ) const in GetFieldText() 246 Point ScPivotFieldWindow::GetFieldPosition( size_t nFieldIndex ) const in GetFieldPosition() 254 size_t ScPivotFieldWindow::GetFieldIndex( const Point& rWindowPos ) const in GetFieldIndex() 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() 269 …size_t nFieldIndex = mnFirstVisIndex + (mbVertical ? (nCol * mnRowCount + nRow) : (nRow * mnColCou… in GetFieldIndex() 277 size_t ScPivotFieldWindow::GetDropIndex( const Point& rWindowPos ) const in GetDropIndex() 283 size_t nCol = static_cast< size_t >( rWindowPos.X() / nGridWidth ); in GetDropIndex() [all …]
|
| /AOO42X/main/reportdesign/source/ui/inc/ |
| H A D | CondFormat.hxx | 46 #define MAX_CONDITIONS (size_t)3 57 virtual void addCondition( size_t _nAddAfterIndex ) = 0; 58 virtual void deleteCondition( size_t _nCondIndex ) = 0; 59 …virtual void applyCommand( size_t _nCondIndex, sal_uInt16 _nCommandId, const ::Color _a… 60 virtual void moveConditionUp( size_t _nCondIndex ) = 0; 61 virtual void moveConditionDown( size_t _nCondIndex ) = 0; 106 virtual void addCondition( size_t _nAddAfterIndex ); 107 virtual void deleteCondition( size_t _nCondIndex ); 108 … virtual void applyCommand( size_t _nCondIndex, sal_uInt16 _nCommandId, const ::Color _aColor ); 109 virtual void moveConditionUp( size_t _nCondIndex ); [all …]
|
| /AOO42X/main/sal/osl/unx/ |
| H A D | file.cxx | 91 size_t m_buflen; /* buffer filled [0, m_bufsiz - 1] */ 93 size_t m_bufsiz; 99 static void* operator new (size_t n); 100 static void operator delete (void * p, size_t); 102 static size_t getpagesize(); 113 size_t nBytesRequested, 119 size_t nBytesToWrite, 125 size_t nBytesRequested, 131 size_t nBytesToWrite, 141 size_t * pnOffset, [all …]
|
| /AOO42X/main/sc/inc/ |
| H A D | compressedarray.hxx | 38 const size_t nScCompressedArrayDelta = 4; 73 size_t nDelta = nScCompressedArrayDelta ); 76 const D* pDataArray, size_t nDataCount ); 78 void Resize( size_t nNewSize ); 85 const D& GetValue( A nPos, size_t& nIndex, A& nEnd ) const; 88 const D& GetValue( A nPos, size_t& nIndex, A& nStart, A& nEnd ) const; 93 const D& GetNextValue( size_t& nIndex, A& nEnd ) const; 97 const D& GetPrevValue( size_t& nIndex, A& nStart ) const; 106 const D& Insert( A nStart, size_t nCount ); 108 void Remove( A nStart, size_t nCount ); [all …]
|
| /AOO42X/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; 150 inline xub_StrLen GetCompStart( const size_t nCnt ) const; 151 inline xub_StrLen GetCompLen( const size_t nCnt ) const; [all …]
|
| /AOO42X/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() 97 for( size_t i = 0; i < nEle; i++ ) in show() 112 for( size_t i = 0; i < nEle; i++ ) in show() 134 size_t nEle = countElements(); in isVisible() 135 for( size_t i = 0; i < nEle; i++ ) in isVisible() 162 size_t nElements = m_pChild->countElements(); in getExpandPriority() 163 for( size_t i = 0; i < nElements; i++ ) in getExpandPriority() 342 size_t nElements = m_aElements.size(); in distributeRowWidth() [all …]
|
| /AOO42X/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() 81 void ScCompressedArray<A,D>::Resize( size_t nNewLimit) in Resize() 95 size_t ScCompressedArray<A,D>::Search( A nAccess ) const in Search() 122 return (bFound ? static_cast<size_t>(i) : (nAccess < 0 ? 0 : nCount-1)); in Search() 139 size_t nNeeded = nCount + 2; in SetValue() 151 size_t ni; // number of leading entries in SetValue() 152 size_t nInsert; // insert position (nMaxAccess+1 := no insert) in SetValue() 187 size_t nj = ni; // stop position of range to replace in SetValue() [all …]
|
| /AOO42X/main/svtools/inc/svtools/toolpanel/ |
| H A D | toolpaneldeck.hxx | 52 virtual void PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition ) = 0; 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 > 102 virtual void ActivatePanel( const ::boost::optional< size_t >& i_rPanel ) = 0; 108 virtual size_t InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition ) = 0; 118 virtual PToolPanel RemovePanel( const size_t i_nPosition ) = 0; 160 virtual size_t GetPanelCount() const; [all …]
|
| /AOO42X/main/sfx2/source/dialog/ |
| H A D | taskpane.cxx | 538 ::boost::optional< size_t > 541 GetPanelResourceURL( const size_t i_nPanelPos ) const; 576 m_aPanelDeck.ActivatePanel( reinterpret_cast< size_t >( i_pArg ) ); in IMPL_LINK() 610 size_t nPanelPos = m_aPanelDeck.GetPanelCount(); in impl_initFromConfiguration() 638 ::boost::optional< size_t > aPanelPos( GetPanelPos( sFirstVisiblePanelResource ) ); in impl_initFromConfiguration() 665 …::boost::optional< size_t > ModuleTaskPane_Impl::GetPanelPos( const ::rtl::OUString& i_rResourceUR… in GetPanelPos() 667 ::boost::optional< size_t > aPanelPos; in GetPanelPos() 668 for ( size_t i = 0; i < m_aPanelDeck.GetPanelCount(); ++i ) in GetPanelPos() 683 ::rtl::OUString ModuleTaskPane_Impl::GetPanelResourceURL( const size_t i_nPanelPos ) const in GetPanelResourceURL() 787 ::boost::optional< size_t > ModuleTaskPane::GetPanelPos( const ::rtl::OUString& i_rResourceURL ) in GetPanelPos() [all …]
|
| /AOO42X/main/svl/source/undo/ |
| H A D | undo.cxx | 191 SfxUndoManager_Data( size_t i_nMaxUndoActionCount ) in SfxUndoManager_Data() 386 SfxUndoManager::SfxUndoManager( size_t nMaxUndoActionCount ) in SfxUndoManager() 440 void SfxUndoManager::SetMaxUndoActionCount( size_t nMaxUndoActionCount ) in SetMaxUndoActionCount() 452 size_t nPos = m_pData->pActUndoArray->aUndoActions.size(); in SetMaxUndoActionCount() 479 size_t SfxUndoManager::GetMaxUndoActionCount() const in GetMaxUndoActionCount() 492 size_t deletePos = m_pData->pActUndoArray->aUndoActions.size() - 1; in ImplClearCurrentLevel_NoNotify() 598 size_t deletePos = pUndoArray->aUndoActions.size() - 1; in ImplClearRedo() 672 size_t SfxUndoManager::GetUndoActionCount( bool const i_currentLevel ) const in GetUndoActionCount() 681 XubString SfxUndoManager::GetUndoActionComment( size_t nNo, bool const i_currentLevel ) const in GetUndoActionComment() 709 SfxUndoAction* SfxUndoManager::GetUndoAction( size_t nNo ) const in GetUndoAction() [all …]
|
| /AOO42X/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() 168 void ConditionalFormattingDialog::impl_addCondition_nothrow( size_t _nNewCondIndex ) in impl_addCondition_nothrow() 174 if ( _nNewCondIndex > (size_t)m_xCopy->getCount() ) in impl_addCondition_nothrow() 198 void ConditionalFormattingDialog::impl_focusCondition( size_t _nCondIndex ) in impl_focusCondition() 208 void ConditionalFormattingDialog::impl_deleteCondition_nothrow( size_t _nCondIndex ) in impl_deleteCondition_nothrow() 218 size_t nNewFocusIndex( _nCondIndex ); in impl_deleteCondition_nothrow() 256 … void ConditionalFormattingDialog::impl_moveCondition_nothrow( size_t _nCondIndex, bool _bMoveUp ) in impl_moveCondition_nothrow() 258 size_t nOldConditionIndex( _nCondIndex ); in impl_moveCondition_nothrow() 259 size_t nNewConditionIndex( _bMoveUp ? _nCondIndex - 1 : _nCondIndex + 1 ); in impl_moveCondition_nothrow() [all …]
|
| /AOO42X/main/sal/osl/os2/ |
| H A D | file.cxx | 187 size_t m_buflen; /* buffer filled [0, m_bufsiz - 1] */ 189 size_t m_bufsiz; 195 static void* operator new(size_t n); 196 static void operator delete(void * p, size_t); 197 static size_t getpagesize(); 208 size_t nBytesRequested, 214 size_t nBytesToWrite, 220 size_t nBytesRequested, 226 size_t nBytesToWrite, 236 size_t * pnOffset, [all …]
|
| /AOO42X/main/ucb/source/ucp/webdav/ |
| H A D | CurlRequest.hxx | 62 void setRequestBody( const char *body, size_t size ); 99 static size_t Curl_SendMoreBody( char *buffer, size_t size, size_t nitems, void *userdata ); 100 size_t curlSendMoreBody( char *buffer, size_t len ); 102 static size_t Curl_HeaderReceived( char *buffer, size_t size, size_t nitems, void *userdata ); 103 void curlHeaderReceived( const char *buffer, size_t len ); 105 static size_t Curl_MoreBodyReceived( char *buffer, size_t size, size_t nitems, void *userdata ); 106 void curlMoreBodyReceived( const char *buffer, size_t len ); 114 size_t requestBodyOffset; 115 size_t requestBodySize;
|