Home
last modified time | relevance | path

Searched defs:const (Results 976 – 1000 of 3727) sorted by relevance

1...<<31323334353637383940>>...150

/aoo42x/main/shell/source/win32/shlxthandler/ooofilt/
H A Dpropspec.cxx205 int CFullPropSpec::operator==( CFullPropSpec const & prop ) const in operator ==()
227 int CFullPropSpec::operator!=( CFullPropSpec const & prop ) const in operator !=()
/aoo42x/main/sw/source/core/txtnode/
H A Datrftn.cxx64 int SwFmtFtn::operator==( const SfxPoolItem& rAttr ) const in operator ==()
73 SfxPoolItem* SwFmtFtn::Clone( SfxItemPool* ) const in Clone()
99 void SwFmtFtn::GetFtnText( XubString& rStr ) const in GetFtnText()
114 XubString SwFmtFtn::GetViewNumStr( const SwDoc& rDoc, sal_Bool bInclStrings ) const in GetViewNumStr()
285 void SwTxtFtn::CopyFtn( in CopyFtn()
/aoo42x/main/sfx2/source/sidebar/
H A DDeck.cxx131 const ::rtl::OUString& Deck::GetId (void) const in GetId()
139 DeckTitleBar* Deck::GetTitleBar (void) const in GetTitleBar()
147 Rectangle Deck::GetContentArea (void) const in GetContentArea()
162 ::rtl::OUString Deck::GetIconURL (const bool bIsHighContrastModeActive) const in GetIconURL() argument
292 const SharedPanelContainer& Deck::GetPanels (void) const in GetPanels()
H A DFocusManager.cxx196 FocusManager::FocusLocation FocusManager::GetFocusLocation (const Window& rWindow) const in GetFocusLocation() argument
230 bool FocusManager::IsAnyPanelFocused (void) const in IsAnyPanelFocused()
247 bool FocusManager::IsAnyButtonFocused (void) const in IsAnyButtonFocused()
286 bool FocusManager::IsDeckTitleVisible (void) const in IsDeckTitleVisible()
294 bool FocusManager::IsPanelTitleVisible (const sal_Int32 nPanelIndex) const in IsPanelTitleVisible() argument
/aoo42x/main/autodoc/source/ary/info/
H A Dall_tags.cxx77 StdTag::do_StoreAt( DocuDisplay & o_rDisplay ) const in do_StoreAt()
335 ParameterTag::do_StoreAt( DocuDisplay & o_rDisplay ) const in do_StoreAt()
381 SeeTag::do_StoreAt( DocuDisplay & o_rDisplay ) const in do_StoreAt()
437 TemplateTag::do_StoreAt( DocuDisplay & o_rDisplay ) const in do_StoreAt()
549 SinceTag::do_StoreAt( DocuDisplay & o_rDisplay ) const in do_StoreAt()
/aoo42x/main/svx/inc/svx/
H A Dgridctrl.hxx87 sal_Bool HasField(sal_uInt32 nPos) const {return nPos < m_aVariants.Count();} in HasField()
88 …const ::svxform::DataColumn& GetField(sal_uInt32 nPos) const { return *m_aVariants.GetObject(nPos)… in GetField()
414 …sal_uInt16 GetViewColumnPos( sal_uInt16 nId ) const { sal_uInt16 nPos = GetColumnPos(nId); return … in GetViewColumnPos()
425 sal_uInt16 GetColumnIdFromViewPos( sal_uInt16 nPos ) const { return GetColumnId(nPos + 1); } in GetColumnIdFromViewPos()
434 sal_Bool IsFilterRow(long nRow) const {return m_bFilterMode && nRow == 0;} in IsFilterRow()
537 CursorWrapper* GetSeekCursor(GrantControlAccess /*_aAccess*/) const { return m_pSeekCursor; } in GetSeekCursor()
538 const DbGridRowRef& GetSeekRow(GrantControlAccess /*_aAccess*/) const { return m_xSeekRow; } in GetSeekRow()
576 sal_Bool IsValid(const DbGridRowRef& _xRow) const {return _xRow && _xRow->IsValid();} in IsValid() argument
H A Dgaltheme.hxx122 …const GalleryObject* ImplGetGalleryObject( sal_uIntPtr nPos ) const { return aObjectList.GetObjec… in ImplGetGalleryObject()
124 …sal_uIntPtr ImplGetGalleryObjectPos( const GalleryObject* pObj ) const { return aObjectList.G… in ImplGetGalleryObjectPos()
190 SgaObjKind GetObjectKind( sal_uIntPtr nPos ) const in GetObjectKind()
197 const INetURLObject& GetObjectURL( sal_uIntPtr nPos ) const in GetObjectURL()
/aoo42x/main/svx/source/dialog/
H A Dcharmap.cxx196 sal_uInt16 SvxShowCharSet::GetRowPos(sal_uInt16 _nPos) const in GetRowPos()
203 sal_uInt16 SvxShowCharSet::GetColumnPos(sal_uInt16 _nPos) const in GetColumnPos()
210 int SvxShowCharSet::FirstInView( void ) const in FirstInView()
220 int SvxShowCharSet::LastInView( void ) const in LastInView()
232 inline Point SvxShowCharSet::MapIndexToPixel( int nIndex ) const in MapIndexToPixel()
241 int SvxShowCharSet::PixelToMapIndex( const Point& point) const in PixelToMapIndex() argument
725 const Subset* SubsetMap::GetNextSubset( bool bFirst ) const in GetNextSubset()
735 const Subset* SubsetMap::GetSubsetByUnicode( sal_UCS4 cChar ) const in GetSubsetByUnicode()
/aoo42x/main/chart2/source/view/axes/
H A DVCoordinateSystem.cxx222 Reference< XAxis > VCoordinateSystem::getAxisByDimension( sal_Int32 nDimensionIndex, sal_Int32 nAxi… in getAxisByDimension()
243 void VCoordinateSystem::impl_adjustDimension( sal_Int32& rDimensionIndex ) const in impl_adjustDimension()
251 void VCoordinateSystem::impl_adjustDimensionAndIndex( sal_Int32& rDimensionIndex, sal_Int32& rAxisI… in impl_adjustDimensionAndIndex()
269 std::vector< ExplicitScaleData > VCoordinateSystem::getExplicitScales( sal_Int32 nDimensionIndex, s… in getExplicitScales()
279 std::vector< ExplicitIncrementData > VCoordinateSystem::getExplicitIncrements( sal_Int32 nDimension… in getExplicitIncrements()
289 ExplicitScaleData VCoordinateSystem::getExplicitScale( sal_Int32 nDimensionIndex, sal_Int32 nAxisIn… in getExplicitScale()
312 ExplicitIncrementData VCoordinateSystem::getExplicitIncrement( sal_Int32 nDimensionIndex, sal_Int32… in getExplicitIncrement()
346 sal_Int32 VCoordinateSystem::getMaximumAxisIndexByDimension( sal_Int32 nDimensionIndex ) const in getMaximumAxisIndexByDimension()
/aoo42x/main/xmlsecurity/source/xmlsec/
H A Dxmldocumentwrapper_xmlsecimpl.cxx199 const xmlNodePtr pNode) const in sendStartElement() argument
303 const xmlNodePtr pNode) const in sendEndElement() argument
350 const xmlNodePtr pNode) const in sendNode() argument
414 rtl::OString XMLDocumentWrapper_XmlSecImpl::getNodeQName(const xmlNodePtr pNode) const in getNodeQName() argument
455 xmlNodePtr XMLDocumentWrapper_XmlSecImpl::checkElement( const cssu::Reference< cssxw::XXMLElementWr… in checkElement()
644 void XMLDocumentWrapper_XmlSecImpl::removeNode(const xmlNodePtr pNode) const in removeNode() argument
689 void XMLDocumentWrapper_XmlSecImpl::buildIDAttr(xmlNodePtr pNode) const in buildIDAttr()
728 void XMLDocumentWrapper_XmlSecImpl::rebuildIDLink(xmlNodePtr pNode) const in rebuildIDLink()
/aoo42x/main/svx/source/svdraw/
H A Dsvdglue.cxx51 Point SdrGluePoint::GetAbsolutePos(const SdrObject& rObj) const in GetAbsolutePos() argument
157 long SdrGluePoint::EscDirToAngle(sal_uInt16 nEsc) const in EscDirToAngle()
168 sal_uInt16 SdrGluePoint::EscAngleToDir(long nWink) const in EscAngleToDir()
250 void SdrGluePoint::Invalidate(Window& rWin, const SdrObject* pObj) const in Invalidate() argument
265 …TBOOL SdrGluePoint::IsHit(const Point& rPnt, const OutputDevice& rOut, const SdrObject* pObj) const in IsHit() argument
328 void SdrGluePointList::Invalidate(Window& rWin, const SdrObject* pObj) const in Invalidate() argument
336 sal_uInt16 SdrGluePointList::FindGluePoint(sal_uInt16 nId) const in FindGluePoint()
349 …t OutputDevice& rOut, const SdrObject* pObj, FASTBOOL bBack, FASTBOOL bNext, sal_uInt16 nId0) const in HitTest()
/aoo42x/main/sc/source/core/tool/
H A Drangenam.cxx241 void ScRangeData::GetSymbol( String& rSymbol, const FormulaGrammar::Grammar eGrammar ) const in GetSymbol()
342 sal_Bool ScRangeData::operator== (const ScRangeData& rData) const // fuer Undo in operator ==() argument
376 sal_Bool ScRangeData::IsRangeAtBlock( const ScRange& rBlock ) const in IsRangeAtBlock()
385 sal_Bool ScRangeData::IsReference( ScRange& rRange ) const in IsReference()
393 sal_Bool ScRangeData::IsReference( ScRange& rRange, const ScAddress& rPos ) const in IsReference()
407 sal_Bool ScRangeData::IsValidReference( ScRange& rRange ) const in IsValidReference()
752 short ScRangeName::Compare(ScDataObject* pKey1, ScDataObject* pKey2) const in Compare()
815 bool ScRangeName::SearchNameUpper( const String& rUpperName, sal_uInt16& rIndex, SCTAB Scope ) const in SearchNameUpper()
833 bool ScRangeName::SearchName( const String& rName, sal_uInt16& rIndex, SCTAB Scope ) const in SearchName()
862 sal_Bool ScRangeName::IsEqual(ScDataObject* pKey1, ScDataObject* pKey2) const in IsEqual()
[all …]
/aoo42x/main/forms/source/xforms/
H A Ddatatypes.cxx110 OXSDDataType* OXSDDataType::clone( const ::rtl::OUString& _rNewName ) const in clone()
756 ::rtl::OUString ODecimalType::typedValueAsHumanReadableString( const Any& _rValue ) const in typedValueAsHumanReadableString()
764 void ODecimalType::normalizeValue( const Any& _rValue, double& _rDoubleValue ) const in normalizeValue()
812 ::rtl::OUString ODateType::typedValueAsHumanReadableString( const Any& _rValue ) const in typedValueAsHumanReadableString()
819 void ODateType::normalizeValue( const Any& _rValue, double& _rDoubleValue ) const in normalizeValue()
854 ::rtl::OUString OTimeType::typedValueAsHumanReadableString( const Any& _rValue ) const in typedValueAsHumanReadableString()
861 void OTimeType::normalizeValue( const Any& _rValue, double& _rDoubleValue ) const in normalizeValue()
914 ::rtl::OUString ODateTimeType::typedValueAsHumanReadableString( const Any& _rValue ) const in typedValueAsHumanReadableString()
926 void ODateTimeType::normalizeValue( const Any& _rValue, double& _rDoubleValue ) const in normalizeValue()
967 ::rtl::OUString OShortIntegerType::typedValueAsHumanReadableString( const Any& _rValue ) const in typedValueAsHumanReadableString()
[all …]
/aoo42x/main/editeng/source/items/
H A Dsvxfont.cxx131 XubString SvxFont::CalcCaseMap( const XubString &rTxt ) const in CalcCaseMap()
240 void SvxFont::DoOnCapitals(SvxDoCapitals &rDo, const xub_StrLen nPartLen) const in DoOnCapitals() argument
362 void SvxFont::SetPhysFont( OutputDevice *pOut ) const in SetPhysFont()
385 Font SvxFont::ChgPhysFont( OutputDevice *pOut ) const in ChgPhysFont()
396 Size SvxFont::GetPhysTxtSize( const OutputDevice *pOut, const XubString &rTxt, in GetPhysTxtSize()
454 Size SvxFont::QuickGetTextSize( const OutputDevice *pOut, const XubString &rTxt, in QuickGetTextSize()
509 void SvxFont::DrawText( OutputDevice *pOut, in DrawText()
540 void SvxFont::QuickDrawText( OutputDevice *pOut, in QuickDrawText()
593 void SvxFont::DrawPrev( OutputDevice *pOut, Printer* pPrinter, in DrawPrev()
730 const xub_StrLen nIdx, const xub_StrLen nLen) const in GetCapitalSize() argument
[all …]
/aoo42x/main/oox/source/xls/
H A Dpivotcachebuffer.cxx385 const PivotCacheItem* PivotCacheItemList::getCacheItem( sal_Int32 nItemIdx ) const in getCacheItem()
390 void PivotCacheItemList::getCacheItemNames( ::std::vector< OUString >& orItemNames ) const in getCacheItemNames()
741 const PivotCacheItem* PivotCacheField::getCacheItem( sal_Int32 nItemIdx ) const in getCacheItem()
750 void PivotCacheField::getCacheItemNames( ::std::vector< OUString >& orItemNames ) const in getCacheItemNames()
758 void PivotCacheField::convertNumericGrouping( const Reference< XDataPilotField >& rxDPField ) const in convertNumericGrouping()
978 void PivotCacheField::writeItemToSourceDataCell( WorksheetHelper& rSheetHelper, in writeItemToSourceDataCell()
999 void PivotCacheField::writeSharedItemToSourceDataCell( in writeSharedItemToSourceDataCell()
1261 const PivotCacheField* PivotCache::getCacheField( sal_Int32 nFieldIdx ) const in getCacheField()
1266 sal_Int32 PivotCache::getCacheDatabaseIndex( sal_Int32 nFieldIdx ) const in getCacheDatabaseIndex()
1271 void PivotCache::writeSourceHeaderCells( WorksheetHelper& rSheetHelper ) const in writeSourceHeaderCells()
[all …]
/aoo42x/main/sw/source/core/doc/
H A Ddocredln.cxx1547 const SwRedline* SwDoc::GetRedline( const SwPosition& rPos, in GetRedline()
2303 const SwRedline* SwDoc::SelNextRedline( SwPaM& rPam ) const in SelNextRedline()
2420 const SwRedline* SwDoc::SelPrevRedline( SwPaM& rPam ) const in SelPrevRedline()
2856 void SwRedlineExtraData::Accept( SwPaM& ) const in Accept()
2860 void SwRedlineExtraData::Reject( SwPaM& ) const in Reject()
2889 void SwRedlineExtraData_FmtColl::Reject( SwPaM& rPam ) const in Reject()
2974 void SwRedlineExtraData_Format::Reject( SwPaM& rPam ) const in Reject()
3764 sal_uInt16 SwRedline::GetAuthor( sal_uInt16 nPos ) const in GetAuthor()
3790 int SwRedline::operator==( const SwRedline& rCmp ) const in operator ==()
3795 int SwRedline::operator<( const SwRedline& rCmp ) const in operator <()
[all …]
/aoo42x/main/starmath/source/
H A Daccessibility.cxx1018 sal_uInt16 SmTextForwarder::GetTextLen( sal_uInt32 nParagraph ) const in GetTextLen()
1024 String SmTextForwarder::GetText( const ESelection& rSel ) const in GetText()
1064 SfxItemSet SmTextForwarder::GetParaAttribs( sal_uInt32 nPara ) const in GetParaAttribs()
1105 void SmTextForwarder::GetPortions( sal_uInt32 nPara, SvUShorts& rList ) const in GetPortions()
1320 sal_uInt16 SmTextForwarder::GetFieldCount( sal_uInt32 nPara ) const in GetFieldCount()
1332 EBulletInfo SmTextForwarder::GetBulletInfo( sal_uInt32 /*nPara*/ ) const in GetBulletInfo()
1361 Rectangle SmTextForwarder::GetParaBounds( sal_uInt32 nPara ) const in GetParaBounds()
1432 sal_uInt16 SmTextForwarder::GetLineCount( sal_uInt32 nPara ) const in GetLineCount()
1438 sal_uInt16 SmTextForwarder::GetLineLen( sal_uInt32 nPara, sal_uInt16 nLine ) const in GetLineLen()
1468 sal_Int16 SmTextForwarder::GetDepth( sal_uInt32 /*nPara*/ ) const in GetDepth()
[all …]
/aoo42x/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx92 bool operator()(const ScExternalRefCache::TableName& rTabNameSet) const in operator ()() argument
110 bool operator()(const ScExternalRefManager::SrcFileData& rSrcData) const in operator ()() argument
128 void operator() (ScExternalRefManager::LinkListener* p) const in operator ()()
175 void operator() (ScFormulaCell* pCell) const in operator ()()
286 bool ScExternalRefCache::Table::hasRow( SCROW nRow ) const in hasRow()
426 SCCOL nCol, SCROW nRow) const in getEmptyOrNullToken()
2059 bool ScExternalRefManager::isFileLoadable(const String& rFile) const in isFileLoadable() argument
2155 bool ScExternalRefManager::isOwnDocument(const String& rFile) const in isOwnDocument() argument
2160 void ScExternalRefManager::convertToAbsName(String& rFile) const in convertToAbsName()
2198 bool ScExternalRefManager::hasExternalFile(sal_uInt16 nFileId) const in hasExternalFile()
[all …]
/aoo42x/main/sot/source/base/
H A Dfactory.cxx308 void * SotFactory::CreateInstance( SotObject ** ppObj ) const in CreateInstance()
315 void * SotFactory::CastAndAddRef in CastAndAddRef()
348 sal_Bool SotFactory::Is( const SotFactory * pSuperCl ) const in Is()
/aoo42x/main/chart2/source/tools/
H A DImplOPropertySet.cxx112 beans::PropertyState ImplOPropertySet::GetPropertyStateByHandle( sal_Int32 nHandle ) const in GetPropertyStateByHandle()
117 Sequence< beans::PropertyState > ImplOPropertySet::GetPropertyStatesByHandle( in GetPropertyStatesByHandle()
151 bool ImplOPropertySet::GetPropertyValueByHandle( in GetPropertyValueByHandle()
/aoo42x/main/dbaccess/source/filter/xml/
H A DxmlStyleImport.cxx239 OTableStylesContext::GetImportPropertyMapper( in GetImportPropertyMapper()
299 OTableStylesContext::GetStylesContainer( sal_uInt16 nFamily ) const in GetStylesContainer()
306 ::rtl::OUString OTableStylesContext::GetServiceName( sal_uInt16 nFamily ) const in GetServiceName()
/aoo42x/main/sc/source/filter/inc/
H A Dtool.h76 sal_Bool operator ==( const FormIdent& rComp ) const in operator ==()
81 sal_Bool operator ==( const StampTyp& rStamp ) const in operator ==()
86 StampTyp GetStamp( void ) const in GetStamp()
/aoo42x/main/drawinglayer/source/primitive2d/
H A Dtextdecoratedprimitive2d.cxx52 const attribute::FontAttribute& rFontAttribute) const in impCreateGeometryContent() argument
165 …Primitive2DSequence TextDecoratedPortionPrimitive2D::create2DDecomposition(const geometry::ViewInf… in create2DDecomposition()
367 bool TextDecoratedPortionPrimitive2D::operator==(const BasePrimitive2D& rPrimitive) const in operator ==() argument
393 …e TextDecoratedPortionPrimitive2D::getB2DRange(const geometry::ViewInformation2D& rViewInformation… in getB2DRange() argument
/aoo42x/main/sw/source/core/bastyp/
H A Dindex.cxx540 sal_Bool SwIndex::operator<( const SwIndex & rIndex ) const in operator <()
556 sal_Bool SwIndex::operator<=( const SwIndex & rIndex ) const in operator <=()
572 sal_Bool SwIndex::operator>( const SwIndex & rIndex ) const in operator >()
588 sal_Bool SwIndex::operator>=( const SwIndex & rIndex ) const in operator >=()
/aoo42x/main/sw/source/core/text/
H A Dporfly.cxx59 void SwFlyPortion::Paint( const SwTxtPaintInfo& ) const in Paint()
227 void SwFlyCntPortion::Paint( const SwTxtPaintInfo &rInf ) const in Paint()
428 xub_StrLen SwFlyCntPortion::GetFlyCrsrOfst( const KSHORT nOfst, in GetFlyCrsrOfst()
446 xub_StrLen SwFlyCntPortion::GetCrsrOfst( const KSHORT nOfst ) const in GetCrsrOfst()

Completed in 129 milliseconds

1...<<31323334353637383940>>...150