Home
last modified time | relevance | path

Searched refs:sal_Int32 (Results 4001 – 4025 of 7422) sorted by relevance

1...<<161162163164165166167168169170>>...297

/aoo41x/main/cui/source/options/
H A Doptjsearch.cxx81 void SvxJSearchOptionsPage::SetTransliterationFlags( sal_Int32 nSettings ) in SetTransliterationFlags()
126 sal_Int32 SvxJSearchOptionsPage::GetTransliterationFlags_Impl() in GetTransliterationFlags_Impl()
128 sal_Int32 nTmp = 0; in GetTransliterationFlags_Impl()
228 sal_Int32 nOldVal = nTransliterationFlags; in FillItemSet()
/aoo41x/main/accessibility/source/extended/
H A DAccessibleToolPanelDeckTabBarItem.cxx290sal_Int32 SAL_CALL AccessibleToolPanelDeckTabBarItem::getAccessibleChildCount( ) throw (RuntimeEx… in getAccessibleChildCount()
296 …sible > SAL_CALL AccessibleToolPanelDeckTabBarItem::getAccessibleChild( sal_Int32 i ) throw (Index… in getAccessibleChild()
386 … ::sal_Int32 SAL_CALL AccessibleToolPanelDeckTabBarItem::getForeground( ) throw (RuntimeException) in getForeground()
394 … ::sal_Int32 SAL_CALL AccessibleToolPanelDeckTabBarItem::getBackground( ) throw (RuntimeException) in getBackground()
/aoo41x/main/dbaccess/source/ui/misc/
H A Dlinkeddocuments.cxx262 const sal_Int32 _nCommandType, const ::rtl::OUString& _rObjectName ) in impl_newWithPilot()
298 …void OLinkedDocumentsAccess::newFormWithPilot( const sal_Int32 _nCommandType,const ::rtl::OUString… in newFormWithPilot()
304 …void OLinkedDocumentsAccess::newReportWithPilot( const sal_Int32 _nCommandType, const ::rtl::OUStr… in newReportWithPilot()
319 Reference< XComponent > OLinkedDocumentsAccess::newDocument( sal_Int32 i_nActionID, in newDocument()
/aoo41x/main/writerfilter/source/filter/
H A DWriterFilterDetection.cxx69 sal_Int32 nPropertyCount = rDescriptor.getLength(); in detect()
74 for( sal_Int32 nProperty = 0; nProperty < nPropertyCount; ++nProperty ) in detect()
127 for(sal_Int32 nName = 0; nName < aNames.getLength(); ++nName) in detect()
/aoo41x/main/writerfilter/source/ooxml/
H A DOOXMLFastDocumentHandler.cxx65 (::sal_Int32 in startFastElement()
101 void SAL_CALL OOXMLFastDocumentHandler::endFastElement(::sal_Int32 in endFastElement()
153 (::sal_Int32 Element, in createFastChildContext()
/aoo41x/main/xmlscript/source/xmlmod_imexp/
H A Dxmlmod_import.cxx54 sal_Int32 ModuleElement::getUid() in getUid()
92 sal_Int32 /*nUid*/, OUString const & /*rLocalName*/, in startChildElement() argument
173 sal_Int32 nUid, OUString const & rLocalName, in startRootElement()
/aoo41x/main/xmlsecurity/source/framework/
H A Dsignaturecreatorimpl.hxx68 sal_Int32 m_nSignatureId;
73 sal_Int32 m_nIdOfBlocker;
98 virtual void SAL_CALL setBlockerId( sal_Int32 id )
/aoo41x/main/xmloff/source/style/
H A Dlspachdl.cxx61 sal_Int32 nTemp = 0; in importXML()
125 sal_Int32 nTemp; in importXML()
165 sal_Int32 nTemp; in importXML()
/aoo41x/main/vcl/aqua/source/dtrans/
H A DDragSource.hxx96 virtual sal_Int32 SAL_CALL getDefaultCursor(sal_Int8 dragAction)
101 sal_Int32 cursor,
102 sal_Int32 image,
/aoo41x/main/svx/source/accessibility/
H A DAccessibleGraphicShape.cxx72 sal_Int32 SAL_CALL AccessibleGraphicShape::getAccessibleImageHeight (void) in getAccessibleImageHeight()
81 sal_Int32 SAL_CALL AccessibleGraphicShape::getAccessibleImageWidth (void) in getAccessibleImageWidth()
145 sal_Int32 nCount (aServiceNames.getLength()); in getSupportedServiceNames()
/aoo41x/main/sw/source/filter/html/
H A Dparcss1.hxx164 inline sal_Int32 GetSLength() const;
186 inline sal_Int32 CSS1Expression::GetSLength() const in GetSLength()
188 return (sal_Int32)(nValue + (nValue < 0. ? -.5 : .5 )); in GetSLength()
/aoo41x/main/sw/source/ui/vba/
H A Dvbasystem.cxx76 sal_Int32 SAL_CALL
79 sal_Int32 nPointerStyle = getPointerStyle( getCurrentWordDoc(mxContext) ); in getCursor()
97 SwVbaSystem::setCursor( sal_Int32 _cursor ) throw (uno::RuntimeException) in setCursor()
/aoo41x/main/sc/source/filter/inc/
H A Dxehelper.hxx73 sal_Int32 mnSegRowFinal; /// Progress segment for finalizing ROW records.
392 inline sal_Int32 GetTotalHeight() const { return mnTotalHeight; } in GetTotalHeight()
403 sal_Int32 mnTotalHeight; /// Total height of the last header/footer (twips).
/aoo41x/main/sc/source/ui/vba/
H A Dvbaoleobject.cxx37 sal_Int32 pt2mm( double pt ) //1/100mm in pt2mm()
39 return static_cast<sal_Int32>(pt * 0.352778); in pt2mm()
42 double mm2pt( sal_Int32 mm ) in mm2pt()
/aoo41x/main/extensions/source/propctrlr/
H A Dusercontrol.hxx85 static double getPreviewValue(SvNumberFormatter* _pNF,sal_Int32 _nFormatKey);
97 sal_Int32 nKey;
107 sal_Int32 m_nLastDecimalDigits;
/aoo41x/main/oox/inc/oox/core/
H A Dxmlfilterbase.hxx190 inline sal_Int32 GetUniqueId() { return mnMaxDocId++; } in GetUniqueId()
214 sal_Int32 mnRelId;
215 sal_Int32 mnMaxDocId;
/aoo41x/main/oox/source/xls/
H A Dooxformulaparser.cxx80 sal_Int32 nExclamPos = rTokenData.lastIndexOf( '!' ); in resolveBadFuncName()
84 sal_Int32 nFileSep = rTokenData.lastIndexOf( '\\', nExclamPos - 2 ); in resolveBadFuncName()
88 sal_Int32 nDirSep = rTokenData.lastIndexOf( '\\', nFileSep - 1 ); in resolveBadFuncName()
/aoo41x/main/toolkit/inc/toolkit/awt/
H A Dvclxfont.hxx81sal_Int32 SAL_CALL getStringWidth( const ::rtl::OUString& str ) throw(::com::sun::star::u…
82sal_Int32 SAL_CALL getStringWidthArray( const ::rtl::OUString& str, ::com::sun::star::uno…
/aoo41x/main/configmgr/source/
H A Dtype.cxx88 return cppu::UnoType< sal_Int32 >::get(); in mapType()
102 return cppu::UnoType< css::uno::Sequence< sal_Int32 > >::get(); in mapType()
135 return value.has< sal_Int32 >() ? TYPE_INT : TYPE_LONG; in getDynamicType()
/aoo41x/main/svx/source/unodraw/
H A Dunoshap3.cxx216 sal_Int32 SAL_CALL Svx3DSceneObject::getCount() in getCount()
221 sal_Int32 nRetval = 0; in getCount()
230 uno::Any SAL_CALL Svx3DSceneObject::getByIndex( sal_Int32 Index ) in getByIndex()
766 sal_Int32 nOuterSequenceCount = aSourcePolyPolygon.SequenceX.getLength(); in PolyPolygonShape3D_to_B3dPolyPolygon()
773 for(sal_Int32 a(0L);a<nOuterSequenceCount;a++) in PolyPolygonShape3D_to_B3dPolyPolygon()
775 sal_Int32 nInnerSequenceCount = pInnerSequenceX->getLength(); in PolyPolygonShape3D_to_B3dPolyPolygon()
784 for(sal_Int32 b(0L);b<nInnerSequenceCount;b++) in PolyPolygonShape3D_to_B3dPolyPolygon()
816 sal_Int32 nPointCount(aPoly.count()); in B3dPolyPolygon_to_PolyPolygonShape3D()
/aoo41x/main/sw/source/core/access/
H A Dacccontext.cxx606 sal_Int32 SAL_CALL SwAccessibleContext::getAccessibleChildCount( void ) in getAccessibleChildCount()
620 SwAccessibleContext::getAccessibleChild( sal_Int32 nIndex ) in getAccessibleChild()
711 sal_Int32 SAL_CALL SwAccessibleContext::getAccessibleIndexInParent (void) in getAccessibleIndexInParent()
721 sal_Int32 nIndex = -1; in getAccessibleIndexInParent()
815sal_Int32 nListenerCount = comphelper::AccessibleEventNotifier::removeEventListener( nClientId, xL… in removeEventListener()
1044 sal_Int32 SAL_CALL SwAccessibleContext::getForeground() in getForeground()
1050 sal_Int32 SAL_CALL SwAccessibleContext::getBackground() in getBackground()
1557 Window* SwAccessibleContext::GetAdditionalAccessibleChild( const sal_Int32 nIndex ) in GetAdditionalAccessibleChild()
/aoo41x/main/sw/source/filter/ww8/
H A Dwrtww8.hxx350 sal_Int32 mnThick; // Border Thicknesses
359 void SetShapeDetails(sal_uInt32 nId, sal_Int32 nThick);
893 static void WriteLong( SvStream& rStrm, sal_Int32 nVal ) { rStrm << nVal; } in WriteLong()
894 static void WriteLong( SvStream& rStrm, sal_uLong nPos, sal_Int32 nVal );
1048 void WriteAsStringTable(const ::std::vector<String>&, sal_Int32& rfcSttbf,
1049 sal_Int32& rlcbSttbf, sal_uInt16 nExtraLen = 0);
1191 sal_Int32& rTxtCnt, WW8_FC& rRefStt, sal_Int32& rRefCnt ) const;
/aoo41x/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx198 sal_Int32 i, n = rEvent.getLength(); in propertiesChange()
207 sal_Int32 k, m = aHead.getLength(); in propertiesChange()
323 sal_Int32 ioErrorCode;
390 sal_Int32 m_nIOErrorCode;
762 for(sal_Int32 i = 0; i < aSeq.getLength(); ++i) { in handle()
872 sal_Int32 nIOErrorCode = 0; in run()
1466 sal_Int32 nSize; in ReadAt()
1478 nSize = xStream->readBytes( aData, sal_Int32(nCount) ); in ReadAt()
/aoo41x/main/sc/inc/
H A Ddatauno.hxx134 sal_Int32 nGroupColumn )
139 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
140 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
266 virtual sal_Int32 SAL_CALL getGroupColumn() throw(::com::sun::star::uno::RuntimeException);
267 virtual void SAL_CALL setGroupColumn( sal_Int32 nGroupColumn )
628 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
629 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
/aoo41x/main/canvas/source/tools/
H A Dcanvastools.cxx268 uno::Sequence< sal_Int32 > maBitCounts;
400 virtual ::sal_Int32 SAL_CALL getBitsPerPixel( ) throw (uno::RuntimeException) in getBitsPerPixel()
404 …virtual uno::Sequence< ::sal_Int32 > SAL_CALL getComponentBitCounts( ) throw (uno::RuntimeExcepti… in getComponentBitCounts()
588 sal_Int32* pBitCounts = maBitCounts.getArray(); in StandardColorSpace()
651 *reinterpret_cast<sal_Int32*>(pCols) = rColor.GetColor(); in colorToStdIntSequence()
845 + static_cast<sal_Int32>(rRange.getX())), in clipScrollArea()
847 + static_cast<sal_Int32>(rRange.getY())) ); in clipScrollArea()

Completed in 137 milliseconds

1...<<161162163164165166167168169170>>...297