/trunk/main/tools/source/inet/ |
H A D | inetmsg.cxx | 298 m_nIndex[i] = rMsg.m_nIndex[i]; in INetRFC822Message() 311 m_nIndex[i] = rMsg.m_nIndex[i]; in operator =() 769 m_nIndex[nIdx]); in SetHeaderField() 790 m_nIndex[INETMSG_RFC822_BCC]); in SetBCC() 798 m_nIndex[INETMSG_RFC822_CC]); in SetCC() 814 m_nIndex[INETMSG_RFC822_DATE]); in SetDate() 902 m_nIndex[INETMSG_RFC822_TO]); in SetTo() 937 m_nIndex[i] = nTemp; in operator >>() 1059 m_nIndex[i] = rMsg.m_nIndex[i]; in CopyImp() 1223 m_nIndex[nIdx]); in SetHeaderField() [all …]
|
/trunk/main/tools/inc/tools/ |
H A D | inetmsg.hxx | 328 m_nIndex[INETMSG_RFC822_BCC], in GetBCC() 336 m_nIndex[INETMSG_RFC822_CC], in GetCC() 344 m_nIndex[INETMSG_RFC822_COMMENTS], in GetComments() 352 m_nIndex[INETMSG_RFC822_DATE], in GetDate() 360 m_nIndex[INETMSG_RFC822_FROM], in GetFrom() 376 m_nIndex[INETMSG_RFC822_KEYWORDS], in GetKeywords() 400 m_nIndex[INETMSG_RFC822_REPLY_TO], in GetReplyTo() 424 m_nIndex[INETMSG_RFC822_SENDER], in GetSender() 432 m_nIndex[INETMSG_RFC822_SUBJECT], in GetSubject() 440 m_nIndex[INETMSG_RFC822_TO], in GetTo() [all …]
|
/trunk/main/sal/rtl/source/ |
H A D | random.c | 79 sal_uInt32 m_nIndex; member 180 k = (pImpl->m_nIndex + j) - RTL_RANDOM_SIZE_POOL; in __rtl_random_seedPool() 191 pImpl->m_hDigest, &(pImpl->m_pData[pImpl->m_nIndex]), j); in __rtl_random_seedPool() 201 pImpl->m_pData[pImpl->m_nIndex++] ^= pImpl->m_pDigest[k]; in __rtl_random_seedPool() 202 if (pImpl->m_nIndex >= RTL_RANDOM_SIZE_POOL) in __rtl_random_seedPool() 205 pImpl->m_nIndex = 0; in __rtl_random_seedPool() 210 if (pImpl->m_nIndex > pImpl->m_nData) in __rtl_random_seedPool() 211 pImpl->m_nData = pImpl->m_nIndex; in __rtl_random_seedPool() 234 k = (pImpl->m_nIndex + j) - pImpl->m_nData; in __rtl_random_readPool() 252 if (pImpl->m_nIndex >= pImpl->m_nData) pImpl->m_nIndex = 0; in __rtl_random_readPool() [all …]
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NResultSet.cxx | 109 ,m_nIndex(-1) in OEvoabResultSet() 560 m_nIndex = -1; in construct() 763 ++m_nIndex ; in next() 783 return m_nIndex < 0; in isBeforeFirst() 791 return m_nIndex; in getRow() 823 m_nIndex = -1; in beforeFirst() 840 m_nIndex = 0; in first() 859 m_nIndex = row; in absolute() 872 m_nIndex += row; in relative() 884 if(m_nIndex > 0) { in previous() [all …]
|
H A D | NResultSet.hxx | 87 sal_Int32 m_nIndex; member in connectivity::evoab::OEvoabResultSet 91 gpointer pData = g_list_nth_data (m_pContacts, m_nIndex); in getCur()
|
/trunk/main/svx/source/form/ |
H A D | fmundo.cxx | 1077 ,m_nIndex( nIdx ) in FmUndoContainerAction() 1092 if (m_nIndex >= 0) in FmUndoContainerAction() 1096 m_aEvents = xManager->getScriptEvents(m_nIndex); in FmUndoContainerAction() 1134 if ( m_xContainer->getCount() >= m_nIndex ) in implReInsert() 1146 m_xContainer->insertByIndex( m_nIndex, aVal ); in implReInsert() 1153 xManager->registerScriptEvents( m_nIndex, m_aEvents ); in implReInsert() 1165 if ( ( m_nIndex >= 0 ) && ( m_nIndex < m_xContainer->getCount() ) ) in implReRemove() 1166 m_xContainer->getByIndex( m_nIndex ) >>= xElement; in implReRemove() 1173 if ( m_nIndex != -1 ) in implReRemove() 1182 m_aEvents = xManager->getScriptEvents( m_nIndex ); in implReRemove() [all …]
|
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | util.cxx | 220 m_aGuard(rHandle), m_nSize(0), m_nIndex(0), m_bLf(false) {} 230 int m_nIndex; member in jfw_plugin::FileHandleReader 242 if (m_nIndex == m_nSize) in readLine() 256 m_nIndex = 0; in readLine() 267 if (m_bLf && m_aBuffer[m_nIndex] == 0x0A) in readLine() 268 ++m_nIndex; in readLine() 271 int nStart = m_nIndex; in readLine() 272 while (m_nIndex != m_nSize) in readLine() 273 switch (m_aBuffer[m_nIndex++]) in readLine() 279 m_nIndex - 1 - nStart); in readLine() [all …]
|
/trunk/main/accessibility/source/extended/ |
H A D | accessibleiconchoicectrlentry.cxx | 92 m_nIndex ( _nPos ), in DBG_NAME() 148 SvxIconChoiceCtrlEntry* pEntry = m_pIconCtrl->GetEntry( m_nIndex ); in GetBoundingBox_Impl() 158 SvxIconChoiceCtrlEntry* pEntry = m_pIconCtrl->GetEntry( m_nIndex ); in GetBoundingBoxOnScreen_Impl() 217 SvxIconChoiceCtrlEntry* pEntry = m_pIconCtrl->GetEntry( m_nIndex ); in implGetText() 349 return m_nIndex; in getAccessibleIndexInParent() 397 if ( m_pIconCtrl && m_pIconCtrl->GetCursor() == m_pIconCtrl->GetEntry( m_nIndex ) ) in getAccessibleStateSet() 500 Rectangle aCharRect = m_pIconCtrl->GetEntryCharacterBounds( m_nIndex, _nIndex ); in getCharacterBounds() 718 SvxIconChoiceCtrlEntry* pEntry = m_pIconCtrl->GetEntry( m_nIndex ); in doAccessibleAction()
|
/trunk/main/cui/source/inc/ |
H A D | cuioptgenrl.hxx | 46 sal_Int16 m_nIndex; member in SvxUserEdit 52 Edit( pParent, rResId, true ), m_nIndex( nIndex ), m_pLabel( pLabel ) {} in SvxUserEdit() 54 inline void SetIndex( sal_Int16 nIndex ) { m_nIndex = nIndex; } in SetIndex() 55 inline sal_Int16 GetIndex() const { return m_nIndex; } in GetIndex()
|
H A D | treeopt.hxx | 68 sal_Int32 m_nIndex; member 72 m_nIndex( nIndex ), m_sId( rId ) {} in OrderedEntry()
|
/trunk/main/toolkit/source/controls/grid/ |
H A D | gridcolumn.cxx | 48 ,m_nIndex(-1) in GridColumn() 64 ,m_nIndex( -1 ) in GridColumn() 89 i_oldValue, i_newValue, m_nIndex in broadcast_changed() 243 return m_nIndex; in getIndex() 250 m_nIndex = i_index; in setIndex()
|
H A D | gridcolumn.hxx | 119 sal_Int32 m_nIndex; member in toolkit::GridColumn
|
/trunk/main/framework/inc/classes/ |
H A D | fwktabwindow.hxx | 84 sal_Int32 m_nIndex; member 90 m_nIndex( -1 ), m_pPage( NULL ) {} in TabEntry() 93 m_nIndex( nIndex ), m_pPage( NULL ), m_sPageURL( sURL ), m_xEventHdl( rEventHdl ) {} in TabEntry()
|
/trunk/main/desktop/source/deployment/gui/ |
H A D | dp_gui_updatedialog.cxx | 194 sal_uInt16 m_nIndex; member 205 m_nIndex( nIndex ), in Index() 965 dp_gui::UpdateData aUpdData = m_enabledUpdates[ p->m_nIndex ]; in notifyMenubar() 1214 dp_gui::UpdateData aUpdData = m_enabledUpdates[ index->m_nIndex ]; in isIgnoredUpdate() 1220 DisabledUpdate &rData = m_disabledUpdates[ index->m_nIndex ]; in isIgnoredUpdate() 1257 dp_gui::UpdateData aUpdData = m_enabledUpdates[ pIndex->m_nIndex ]; in setIgnoredUpdate() 1264 DisabledUpdate &rData = m_disabledUpdates[ pIndex->m_nIndex ]; in setIgnoredUpdate() 1305 sal_uInt16 pos = p->m_nIndex; in IMPL_LINK() 1453 m_updateData.push_back( m_enabledUpdates[ p->m_nIndex ] ); in IMPL_LINK()
|
/trunk/main/framework/inc/services/ |
H A D | tabwindowservice.hxx | 81 : m_nIndex ( -1 ) in TTabPageInfo() 88 : m_nIndex ( nID ) in TTabPageInfo() 96 ::sal_Int32 m_nIndex;
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | TableFieldDescription.hxx | 69 sal_Int32 m_nIndex; member in dbaui::OTableFieldDesc 104 void SetFieldIndex( sal_Int32 nFieldIndex ) { m_nIndex = nFieldIndex; } in SetFieldIndex() 119 sal_Int32 GetFieldIndex() const { return m_nIndex; } in GetFieldIndex()
|
/trunk/main/xmloff/source/chart/ |
H A D | SchXMLTableContext.cxx | 143 m_nIndex( 0 ), in lcl_ApplyCellToData() 151 if( m_nIndex < m_nSize ) in operator ()() 154 m_rData[m_nIndex] = rCell.fValue; in operator ()() 156 m_rData[m_nIndex] = m_fNaN; in operator ()() 158 ++m_nIndex; in operator ()() 163 return m_nIndex; in getCurrentIndex() 168 sal_Int32 m_nIndex; member
|
/trunk/main/sfx2/source/doc/ |
H A D | docvor.cxx | 145 sal_uInt16 m_nIndex; member in SfxOrganizeDlg_Impl 1932 m_nIndex = 0; in Dispatch_Impl() 1933 GetIndices_Impl( pFocusBox, pEntry, m_nRegion, m_nIndex ); in Dispatch_Impl() 1943 m_nIndex = 0; in Dispatch_Impl() 1944 GetIndices_Impl( pFocusBox, pEntry, m_nRegion, m_nIndex ); in Dispatch_Impl() 1945 GetPath_Impl( sal_False, aMgr.GetTemplates()->GetFileName( m_nRegion, m_nIndex ) ); in Dispatch_Impl() 2348 if ( aPath.Len() && !aMgr.CopyTo( m_nRegion, m_nIndex, aPath ) ) in IMPL_LINK() 2380 if ( aPath.Len() && !aMgr.CopyFrom( pFocusBox, m_nRegion, m_nIndex, aPath ) ) in IMPL_LINK() 2398 if ( aPath.Len() && !aMgr.CopyFrom( pFocusBox, m_nRegion, m_nIndex, aPath ) ) in IMPL_LINK()
|
/trunk/main/vbahelper/source/msforms/ |
H A D | vbalistbox.cxx | 152 m_nIndex = nIndex; in Selected() 189 sal_Int16 nIndex = m_nIndex; in setValueEvent() 236 sal_Int32 nIndex = m_nIndex; in getValueEvent()
|
H A D | vbalistbox.hxx | 44 sal_Int16 m_nIndex; member in ScVbaListBox
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | TableFieldDescription.cxx | 54 ,m_nIndex(0) in DBG_NAME() 106 m_nIndex = rRS.GetFieldIndex(); in operator =()
|
/trunk/main/framework/source/classes/ |
H A D | fwktabwindow.cxx | 251 if ( (*pIt)->m_nIndex == nIndex ) in RemoveEntry() 275 if ( (*pIt)->m_nIndex == nIndex ) in FindEntry()
|
/trunk/main/dbaccess/source/ext/macromigration/ |
H A D | migrationengine.cxx | 534 ,m_nIndex( _nIndex ) in FormComponentScripts() 540 return m_xManager->getScriptEvents( m_nIndex ); in getEvents() 545 m_xManager->registerScriptEvents( m_nIndex, _rEvents ); in setEvents() 556 const sal_Int32 m_nIndex; member in dbmm::FormComponentScripts
|
/trunk/main/svx/source/inc/ |
H A D | fmundo.hxx | 90 sal_Int32 m_nIndex; // index of the object within it's container member in FmUndoContainerAction
|
/trunk/main/framework/source/services/ |
H A D | tabwindowservice.cxx | 204 pTabWin->AddTabPage(rInfo.m_nIndex, rInfo.m_lProperties); in setTabProps()
|