Home
last modified time | relevance | path

Searched refs:_nPos (Results 1 – 25 of 272) sorted by relevance

1234567891011

/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/misc/
H A DUpdateHelperImpl.hxx39 virtual void updateString(sal_Int32 _nPos, const OUString& _sValue) override in updateString() argument
41 m_xParameters->setString(_nPos, _sValue); in updateString()
43 virtual void updateDouble(sal_Int32 _nPos,const double& _nValue) override in updateDouble() argument
45 m_xParameters->setDouble(_nPos, _nValue); in updateDouble()
49 m_xParameters->setDate(_nPos, _nValue); in updateDate()
53 m_xParameters->setTime(_nPos, _nValue); in updateTime()
57 m_xParameters->setTimestamp(_nPos, _nValue); in updateTimestamp()
59 virtual void updateInt(sal_Int32 _nPos, sal_Int32 _nValue) override in updateInt() argument
61 m_xParameters->setInt(_nPos, _nValue); in updateInt()
63 virtual void updateNull(sal_Int32 _nPos, ::sal_Int32 sqlType) override in updateNull() argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/misc/
H A DUpdateHelperImpl.hxx44 virtual void updateString(sal_Int32 _nPos, const OUString& _sValue) override in updateString() argument
46 m_xParameters->setString(_nPos, _sValue); in updateString()
48 virtual void updateDouble(sal_Int32 _nPos,const double& _nValue) override in updateDouble() argument
50 m_xParameters->setDouble(_nPos, _nValue); in updateDouble()
54 m_xParameters->setDate(_nPos, _nValue); in updateDate()
58 m_xParameters->setTime(_nPos, _nValue); in updateTime()
62 m_xParameters->setTimestamp(_nPos, _nValue); in updateTimestamp()
64 virtual void updateInt(sal_Int32 _nPos, sal_Int32 _nValue) override in updateInt() argument
66 m_xParameters->setInt(_nPos, _nValue); in updateInt()
68 virtual void updateNull(sal_Int32 _nPos, ::sal_Int32 sqlType) override in updateNull() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/misc/
H A DFunctionHelper.cxx65 if ( _nPos >= m_aCategoryIndex.size() ) in getCategory()
71 return m_aCategoryIndex[_nPos]->second.get(); in getCategory()
105 , m_nNumber(_nPos) in FunctionCategory()
117 if ( _nPos >= m_aFunctions.size() && _nPos < m_nFunctionCount ) in getFunction()
123 return m_aFunctions[_nPos].get(); in getFunction()
246 if ( _nPos < o3tl::make_unsigned(m_aParameter.getLength()) ) in getParameterName()
247 return m_aParameter[_nPos].Name; in getParameterName()
253 if ( _nPos < o3tl::make_unsigned(m_aParameter.getLength()) ) in getParameterDescription()
254 return m_aParameter[_nPos].Description; in getParameterDescription()
260 if ( _nPos < o3tl::make_unsigned(m_aParameter.getLength()) ) in isParameterOptional()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/misc/
H A DFunctionHelper.cxx63 if ( _nPos >= m_aCategoryIndex.size() ) in getCategory()
69 return m_aCategoryIndex[_nPos]->second.get(); in getCategory()
103 , m_nNumber(_nPos) in FunctionCategory()
115 if ( _nPos >= m_aFunctions.size() && _nPos < m_nFunctionCount ) in getFunction()
121 return m_aFunctions[_nPos].get(); in getFunction()
244 if ( _nPos < static_cast<sal_uInt32>(m_aParameter.getLength()) ) in getParameterName()
245 return m_aParameter[_nPos].Name; in getParameterName()
251 if ( _nPos < static_cast<sal_uInt32>(m_aParameter.getLength()) ) in getParameterDescription()
252 return m_aParameter[_nPos].Description; in getParameterDescription()
258 if ( _nPos < static_cast<sal_uInt32>(m_aParameter.getLength()) ) in isParameterOptional()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/inc/
H A DIUpdateHelper.hxx30 virtual void updateString(sal_Int32 _nPos, const OUString& _sValue) = 0;
31 virtual void updateDouble(sal_Int32 _nPos,const double& _nValue) = 0;
32 virtual void updateInt(sal_Int32 _nPos, sal_Int32 _nValue) = 0;
33 virtual void updateNull(sal_Int32 _nPos, ::sal_Int32 sqlType) = 0;
34 virtual void updateDate(sal_Int32 _nPos,const css::util::Date& _nValue) = 0;
35 virtual void updateTime(sal_Int32 _nPos,const css::util::Time& _nValue) = 0;
36 virtual void updateTimestamp(sal_Int32 _nPos,const css::util::DateTime& _nValue) = 0;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/inc/
H A DIUpdateHelper.hxx31 virtual void updateString(sal_Int32 _nPos, const OUString& _sValue) = 0;
32 virtual void updateDouble(sal_Int32 _nPos,const double& _nValue) = 0;
33 virtual void updateInt(sal_Int32 _nPos, sal_Int32 _nValue) = 0;
34 virtual void updateNull(sal_Int32 _nPos, ::sal_Int32 sqlType) = 0;
35 virtual void updateDate(sal_Int32 _nPos,const css::util::Date& _nValue) = 0;
36 virtual void updateTime(sal_Int32 _nPos,const css::util::Time& _nValue) = 0;
37 virtual void updateTimestamp(sal_Int32 _nPos,const css::util::DateTime& _nValue) = 0;
/dports/editors/libreoffice/libreoffice-7.2.6.2/accessibility/inc/standard/
H A Dvclxaccessibletoolbox.hxx41 VCLXAccessibleToolBoxItem* GetItem_Impl( ToolBox::ImplToolItems::size_type _nPos );
44 void ReleaseFocus_Impl( ToolBox::ImplToolItems::size_type _nPos );
45 void UpdateChecked_Impl( ToolBox::ImplToolItems::size_type _nPos );
46 void UpdateIndeterminate_Impl( ToolBox::ImplToolItems::size_type _nPos );
47 void UpdateItem_Impl( ToolBox::ImplToolItems::size_type _nPos );
49 void UpdateItemName_Impl( ToolBox::ImplToolItems::size_type _nPos );
50 void UpdateItemEnabled_Impl( ToolBox::ImplToolItems::size_type _nPos );
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlscript/source/xml_helper/
H A Dxml_byteseq.cxx41 sal_Int32 _nPos; member in xmlscript::__anonec906aaf0111::BSeqInputStream
46 , _nPos( 0 ) in BSeqInputStream()
65 nBytesToRead = ((nBytesToRead > static_cast<sal_Int32>(_seq.size()) - _nPos) in readBytes()
66 ? _seq.size() - _nPos in readBytes()
72 memcpy(rData.getArray(), &_seq[_nPos], nBytesToRead); in readBytes()
74 _nPos += nBytesToRead; in readBytes()
91 return _seq.size() - _nPos; in available()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/accessibility/inc/standard/
H A Dvclxaccessibletoolbox.hxx43 VCLXAccessibleToolBoxItem* GetItem_Impl( ToolBox::ImplToolItems::size_type _nPos );
46 void ReleaseFocus_Impl( ToolBox::ImplToolItems::size_type _nPos );
47 void UpdateChecked_Impl( ToolBox::ImplToolItems::size_type _nPos );
48 void UpdateIndeterminate_Impl( ToolBox::ImplToolItems::size_type _nPos );
49 void UpdateItem_Impl( ToolBox::ImplToolItems::size_type _nPos );
51 void UpdateItemName_Impl( ToolBox::ImplToolItems::size_type _nPos );
52 void UpdateItemEnabled_Impl( ToolBox::ImplToolItems::size_type _nPos );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlscript/source/xml_helper/
H A Dxml_byteseq.cxx39 sal_Int32 _nPos; member in xmlscript::BSeqInputStream
44 , _nPos( 0 ) in BSeqInputStream()
61 nBytesToRead = ((nBytesToRead > static_cast<sal_Int32>(_seq.size()) - _nPos) in readBytes()
62 ? _seq.size() - _nPos in readBytes()
68 memcpy(rData.getArray(), &_seq[_nPos], nBytesToRead); in readBytes()
70 _nPos += nBytesToRead; in readBytes()
87 return _seq.size() - _nPos; in available()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/config/
H A Dextcolorcfg.cxx93 OUString GetComponentName(sal_uInt32 _nPos) const;
163 if ( _nPos < aFind->second.second.size() ) in GetComponentColorConfigValue()
165 return aFind->second.second[_nPos]->second; in GetComponentColorConfigValue()
180 OUString ExtendedColorConfig_Impl::GetComponentName(sal_uInt32 _nPos) const in GetComponentName()
183 if ( _nPos < m_aConfigValuesPos.size() ) in GetComponentName()
184 sRet = m_aConfigValuesPos[_nPos]->first; in GetComponentName()
544 return m_pImpl->GetComponentColorConfigValue(_sName,_nPos); in GetComponentColorConfigValue()
547 OUString ExtendedColorConfig::GetComponentName(sal_uInt32 _nPos) const in GetComponentName()
549 return m_pImpl->GetComponentName(_nPos); in GetComponentName()
653 return m_pImpl->GetComponentColorConfigValue(_sName,_nPos); in GetComponentColorConfigValue()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/config/
H A Dextcolorcfg.cxx92 OUString GetComponentName(sal_uInt32 _nPos) const;
162 if ( _nPos < aFind->second.second.size() ) in GetComponentColorConfigValue()
164 return aFind->second.second[_nPos]->second; in GetComponentColorConfigValue()
179 OUString ExtendedColorConfig_Impl::GetComponentName(sal_uInt32 _nPos) const in GetComponentName()
182 if ( _nPos < m_aConfigValuesPos.size() ) in GetComponentName()
183 sRet = m_aConfigValuesPos[_nPos]->first; in GetComponentName()
546 return m_pImpl->GetComponentColorConfigValue(_sName,_nPos); in GetComponentColorConfigValue()
549 OUString ExtendedColorConfig::GetComponentName(sal_uInt32 _nPos) const in GetComponentName()
551 return m_pImpl->GetComponentName(_nPos); in GetComponentName()
655 return m_pImpl->GetComponentColorConfigValue(_sName,_nPos); in GetComponentColorConfigValue()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/accessibility/source/standard/
H A Dvclxaccessibletoolbox.cxx171 ToolBoxItemsMap::iterator aIter = m_aAccessibleChildren.find( _nPos ); in GetItem_Impl()
237 ToolBoxItemsMap::iterator aIter = m_aAccessibleChildren.find( _nPos ); in ReleaseFocus_Impl()
255 ToolBoxItemId nFocusId = pToolBox->GetItemId( _nPos ); in UpdateChecked_Impl()
269 if ( pFocusItem && _nPos != ToolBox::ITEM_NOTFOUND ) in UpdateChecked_Impl()
279 ToolBoxItemId nItemId = pToolBox->GetItemId( _nPos ); in UpdateIndeterminate_Impl()
281 ToolBoxItemsMap::iterator aIter = m_aAccessibleChildren.find( _nPos ); in UpdateIndeterminate_Impl()
317 void VCLXAccessibleToolBox::UpdateItem_Impl( ToolBox::ImplToolItems::size_type _nPos) in UpdateItem_Impl() argument
319 if ( _nPos < m_aAccessibleChildren.size() ) in UpdateItem_Impl()
359 Any aNewChild( getAccessibleChild( static_cast<sal_Int32>(_nPos) ) ); in UpdateItem_Impl()
415 VCLXAccessibleToolBoxItem* pItem = GetItem_Impl( _nPos ); in UpdateItemName_Impl()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/accessibility/source/standard/
H A Dvclxaccessibletoolbox.cxx170 ToolBoxItemsMap::iterator aIter = m_aAccessibleChildren.find( _nPos ); in GetItem_Impl()
236 ToolBoxItemsMap::iterator aIter = m_aAccessibleChildren.find( _nPos ); in ReleaseFocus_Impl()
253 sal_uInt16 nFocusId = pToolBox->GetItemId( _nPos ); in UpdateChecked_Impl()
267 if ( pFocusItem && _nPos != ToolBox::ITEM_NOTFOUND ) in UpdateChecked_Impl()
277 sal_uInt16 nItemId = pToolBox->GetItemId( _nPos ); in UpdateIndeterminate_Impl()
279 ToolBoxItemsMap::iterator aIter = m_aAccessibleChildren.find( _nPos ); in UpdateIndeterminate_Impl()
316 void VCLXAccessibleToolBox::UpdateItem_Impl( ToolBox::ImplToolItems::size_type _nPos) in UpdateItem_Impl() argument
318 if ( _nPos < m_aAccessibleChildren.size() ) in UpdateItem_Impl()
357 Any aNewChild( getAccessibleChild( static_cast<sal_Int32>(_nPos) ) ); in UpdateItem_Impl()
414 VCLXAccessibleToolBoxItem* pItem = GetItem_Impl( _nPos ); in UpdateItemName_Impl()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/inc/
H A DFunctionHelper.hxx78 virtual OUString getParameterName(sal_uInt32 _nPos) const override ;
79 virtual OUString getParameterDescription(sal_uInt32 _nPos) const override ;
80 virtual bool isParameterOptional(sal_uInt32 _nPos) const override ;
91 …FunctionCategory(const FunctionManager* _pFMgr,sal_uInt32 _nPos,const css::uno::Reference< css::re…
95 virtual const formula::IFunctionDescription* getFunction(sal_uInt32 _nPos) const override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/inc/
H A DFunctionHelper.hxx78 virtual OUString getParameterName(sal_uInt32 _nPos) const override ;
79 virtual OUString getParameterDescription(sal_uInt32 _nPos) const override ;
80 virtual bool isParameterOptional(sal_uInt32 _nPos) const override ;
91 …FunctionCategory(const FunctionManager* _pFMgr,sal_uInt32 _nPos,const css::uno::Reference< css::re…
95 virtual const formula::IFunctionDescription* getFunction(sal_uInt32 _nPos) const override;
H A DGroupsSorting.hxx93 css::uno::Reference< css::report::XGroup> getGroup(sal_Int32 _nPos) in getGroup() argument
95 OSL_ENSURE(_nPos >= 0 && _nPos < m_xGroups->getCount(),"Invalid count!"); in getGroup()
96 …return css::uno::Reference< css::report::XGroup>(m_xGroups->getByIndex(_nPos),css::uno::UNO_QUERY); in getGroup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svtools/
H A Dextcolorcfg.hxx73 OUString GetComponentName(sal_uInt32 _nPos) const;
76 …gValue GetComponentColorConfigValue(const OUString& _sComponentName,sal_uInt32 _nPos) const;
93 OUString GetComponentName(sal_uInt32 _nPos) const;
95 …dedColorConfigValue GetComponentColorConfigValue(const OUString& _sName,sal_uInt32 _nPos) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svtools/
H A Dextcolorcfg.hxx74 OUString GetComponentName(sal_uInt32 _nPos) const;
77 …gValue GetComponentColorConfigValue(const OUString& _sComponentName,sal_uInt32 _nPos) const;
94 OUString GetComponentName(sal_uInt32 _nPos) const;
96 …dedColorConfigValue GetComponentColorConfigValue(const OUString& _sName,sal_uInt32 _nPos) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/commontools/
H A DTSkipDeletedSet.cxx164 bool OSkipDeletedSet::moveAbsolute(sal_Int32 _nPos,bool _bRetrieveData) in moveAbsolute() argument
167 sal_Int32 nNewPos = _nPos; in moveAbsolute()
231 sal_Int32 OSkipDeletedSet::getMappedPosition(sal_Int32 _nPos) const in getMappedPosition()
233 …:const_iterator aFind = std::find(m_aBookmarksPositions.begin(),m_aBookmarksPositions.end(),_nPos); in getMappedPosition()
240 void OSkipDeletedSet::insertNewPosition(sal_Int32 _nPos) in insertNewPosition() argument
242 m_aBookmarksPositions.push_back(_nPos); in insertNewPosition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/commontools/
H A DTSkipDeletedSet.cxx164 bool OSkipDeletedSet::moveAbsolute(sal_Int32 _nPos,bool _bRetrieveData) in moveAbsolute() argument
167 sal_Int32 nNewPos = _nPos; in moveAbsolute()
231 sal_Int32 OSkipDeletedSet::getMappedPosition(sal_Int32 _nPos) const in getMappedPosition()
233 …:const_iterator aFind = std::find(m_aBookmarksPositions.begin(),m_aBookmarksPositions.end(),_nPos); in getMappedPosition()
240 void OSkipDeletedSet::insertNewPosition(sal_Int32 _nPos) in insertNewPosition() argument
242 m_aBookmarksPositions.push_back(_nPos); in insertNewPosition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dcharmap.hxx84 virtual svx::SvxShowCharSetItem* ImplGetItem( int _nPos );
92 bool IsSelected(sal_uInt16 _nPos) const { return _nPos == nSelectedIndex; } in IsSelected()
94 static sal_uInt16 GetRowPos(sal_uInt16 _nPos);
95 static sal_uInt16 GetColumnPos(sal_uInt16 _nPos);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dcharmap.hxx84 virtual svx::SvxShowCharSetItem* ImplGetItem( int _nPos );
92 bool IsSelected(sal_uInt16 _nPos) const { return _nPos == nSelectedIndex; } in IsSelected()
94 static sal_uInt16 GetRowPos(sal_uInt16 _nPos);
95 static sal_uInt16 GetColumnPos(sal_uInt16 _nPos);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/formula/
H A DIFunctionDescription.hxx75 virtual const IFunctionDescription* getFunction(sal_uInt32 _nPos) const = 0;
105 virtual OUString getParameterName(sal_uInt32 _nPos) const = 0;
106 virtual OUString getParameterDescription(sal_uInt32 _nPos) const = 0;
107 virtual bool isParameterOptional(sal_uInt32 _nPos) const = 0;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/control/
H A DColumnControlWindow.cxx105 TOTypeInfoSP OColumnControlWindow::getTypeInfo(sal_Int32 _nPos) in getTypeInfo() argument
107 …return ( _nPos >= 0 && _nPos < static_cast<sal_Int32>(m_aDestTypeInfoIndex.size())) ? m_aDestTypeI… in getTypeInfo()

1234567891011