Home
last modified time | relevance | path

Searched refs:sal_Int32 (Results 4301 – 4325 of 7422) sorted by relevance

1...<<171172173174175176177178179180>>...297

/aoo41x/main/accessibility/inc/accessibility/extended/
H A DAccessibleGridControl.hxx67 virtual sal_Int32 SAL_CALL getAccessibleChildCount()
73 getAccessibleChild( sal_Int32 nChildIndex )
180 implGetFixedChild( sal_Int32 nChildIndex );
/aoo41x/main/cui/source/dialogs/
H A Dinsdlg.cxx280 for ( sal_Int32 nInd = 0; nInd < aNewInf.Options.getLength(); nInd++ ) in Execute()
476 const sal_Int32 nCount = aLst.Count(); in Plugin_ImplFillCommandSequence()
478 for( sal_Int32 nIndex = 0; nIndex < nCount; nIndex++ ) in Plugin_ImplFillCommandSequence()
846 sal_Int32 nSize = SIZE_NOT_SET; in Execute()
991 makeAny( sal_Int32( lMarginWidth ) ) ); in Execute()
994 makeAny( sal_Int32( lMarginHeight ) ) ); in Execute()
/aoo41x/main/chart2/source/inc/
H A DAxisIndexDefines.hxx29 const sal_Int32 MAIN_AXIS_INDEX = 0;
30 const sal_Int32 SECONDARY_AXIS_INDEX = 1;
/aoo41x/main/sw/inc/
H A Dunoparagraph.hxx87 const sal_Int32 nSelStart = -1, const sal_Int32 nSelEnd = - 1);
99 const sal_Int32 nSelStart = -1, const sal_Int32 nSelEnd = - 1);
/aoo41x/main/svx/source/svdraw/
H A Dsvdorect.cxx413 sal_Int32 nRad(aPt.X() - aRect.Left()); in applySpecialDrag()
451 sal_Int32 nRad(aPt.X() - aRect.Left()); in getSpecialDragComment()
533sal_Int32 nWdt = ImpGetLineWdt(); // #i25616# ((XLineWidthItem&)(GetObjectItem(XATTR_LINEWIDTH))).… in GetVertexGluePoint()
559sal_Int32 nWdt = ImpGetLineWdt(); // #i25616# ((XLineWidthItem&)(GetObjectItem(XATTR_LINEWIDTH))).… in GetCornerGluePoint()
/aoo41x/main/sdext/source/presenter/
H A DPresenterProtocolHandler.cxx159 const sal_Int32 nSizeChange);
168 const sal_Int32 mnSizeChange;
334 sal_Int32 nSearchFlags) in queryDispatch()
947 const sal_Int32 nSizeChange) in NotesFontSizeCommand()
/aoo41x/main/sd/source/ui/tools/
H A DEventMultiplexer.cxx55 static const sal_Int32 ResourceActivationEvent = 0;
56 static const sal_Int32 ResourceDeactivationEvent = 1;
57 static const sal_Int32 ConfigurationUpdateEvent = 2;
631 sal_Int32 nEventType = 0; in notifyConfigurationChange()
/aoo41x/main/sw/source/ui/uiview/
H A Dviewmdi.cxx83 sal_Int32 SwView::nActMark = 0;
472 … if (nActMark >= MAX_MARKS || nActMark >= static_cast<sal_Int32>(vNavMarks.size())) in IMPL_STATIC_LINK()
478 if (nActMark < 0 || nActMark >= static_cast<sal_Int32>(vNavMarks.size())) in IMPL_STATIC_LINK()
699 void SwView::SetActMark(sal_Int32 nSet) in SetActMark()
/aoo41x/main/sw/source/ui/config/
H A Dviewopt.cxx79 sal_Int32 SwViewOption::nAppearanceFlags = VIEWOPT_DOC_BOUNDARIES|VIEWOPT_OBJECT_BOUNDARIES;
607 void SwViewOption::SetAppearanceFlag(sal_Int32 nFlag, sal_Bool bSet, sal_Bool bSaveInConfig ) in SetAppearanceFlag()
619 sal_Int32 nFlag; in SetAppearanceFlag()
650 sal_Bool SwViewOption::IsAppearanceFlag(sal_Int32 nFlag) in IsAppearanceFlag()
/aoo41x/main/sc/inc/
H A Dafmtuno.hxx116 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
117 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
158 virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
159 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
/aoo41x/main/sal/qa/rtl/cipher/
H A Drtl_cipher.cxx42 sal_Int32 nValue = (sal_Int32)_pKeyBuffer[i]; in createHex()
45 aBuffer.append( sal_Int32(0), 16 /* radix */ ); in createHex()
305 sal_Int32 nCompare = memcmp(pPlainTextBuffer, pPlainText2Buffer, 16); in test_encode_and_decode()
/aoo41x/main/slideshow/source/inc/
H A Dframerate.hxx39 static const sal_Int32 MinimumFramesPerSecond = 10;
44 static const sal_Int32 PreferredFramesPerSecond = 50;
/aoo41x/main/chart2/source/view/axes/
H A DTickmarkProperties.hxx40sal_Int32 RelativePos;//Position in screen values relative to the axis where the tickmark line sta…
41 sal_Int32 Length;//Length of the tickmark line in screen values
/aoo41x/main/xmlscript/source/xmldlg_imexp/
H A Dexp_share.hxx49 sal_Int32 _borderColor;
126 { read<sal_Int32>( rPropName, rAttrName, forceAttribute ); } in readLongAttr()
131 { read<sal_Int32>( rPropName, rAttrName ); } in readShortAttr()
/aoo41x/main/xmlsecurity/source/xmlsec/nss/
H A Dxmlsignature_nssimpl.cxx235 sal_Int32 nSecurityEnvironment = aSecurityCtx->getSecurityEnvironmentNumber(); in validate()
236 sal_Int32 i; in validate()
315 for( sal_Int32 i = 0 ; i < seqServiceNames.getLength() ; i ++ ) { in supportsService()
/aoo41x/main/vcl/source/glyphs/
H A Dgraphite_features.cxx271 sal_Int32 GrFeatureParser::hashCode() const in hashCode()
273 union IsoHash { sal_Int32 mInt; gr::isocode mCode; }; in hashCode()
276 sal_Int32 hash = isoHash.mInt; in hashCode()
/aoo41x/main/unotools/source/config/
H A Ddefaultoptions.cxx114 static sal_Int32 nRefCount = 0;
268 sal_Int32 nCount = aList.getLength(); in SvtDefaultOptions_Impl()
269 for ( sal_Int32 nPosition = 0; nPosition < nCount; ++nPosition ) in SvtDefaultOptions_Impl()
/aoo41x/main/sd/source/ui/sidebar/
H A DMasterPageDescriptor.cxx37 const sal_Int32 nTemplateIndex, in MasterPageDescriptor()
184 sal_Int32 nCostThreshold, in UpdatePageObject()
239 sal_Int32 nCostThreshold, in UpdatePreview()
/aoo41x/main/svl/source/config/
H A Dasiancfg.cxx115 sal_Int32 nName = 0; in Load()
117 sal_Int32 nNode; in Load()
168 sal_Int32 nSetValue = 0; in Commit()
/aoo41x/main/sc/source/ui/vba/
H A Dvbanames.cxx110 sal_Int32 nToken = 0; in Add()
111 sal_Int32 nIndex = 0; in Add()
155 mxNames->addNewByName( sName , rtl::OUString(sTmp) , aCellAddr , (sal_Int32)nType); in Add()
/aoo41x/main/framework/source/helper/
H A Dtitlebarupdate.cxx121 static const ::sal_Int32 INVALID_ICON_ID = -1;
122 static const ::sal_Int32 DEFAULT_ICON_ID = 0;
300 sal_Int32 nIcon = INVALID_ICON_ID; in impl_updateIcon()
/aoo41x/main/reportdesign/source/ui/inc/
H A DViewsWindow.hxx147 …void collectBoundResizeRect(const TRectangleMap& _rSortRectangles,sal_Int32 _nControlModification,…
208 sal_Int32 getTotalHeight() const;
273 …void alignMarkedObjects(sal_Int32 _nControlModification,bool _bAlignAtSection, bool bBoundRects = …
/aoo41x/main/framework/source/accelerators/
H A Dkeymapping.cxx159 sal_Int32 i = 0; in KeyMapping()
205 return ::rtl::OUString::valueOf((sal_Int32)nCode); in mapCodeToIdentifier()
212 sal_Int32 nCode = sIdentifier.toInt32(); in impl_st_interpretIdentifierAsPureKeyCode()
/aoo41x/main/framework/source/fwe/classes/
H A Dactiontriggerpropertyset.cxx198 sal_Int32 nHandle, in convertFastPropertyValue()
238 sal_Int32 nHandle, const Any& aValue ) in setFastPropertyValue_NoBroadcast()
269 Any& aValue, sal_Int32 nHandle ) const in getFastPropertyValue()
/aoo41x/main/package/inc/
H A DZipPackageFolder.hxx61 sal_Int32 m_nFormat;
67 sal_Int32 nFormat,
87 void setPackageFormat_Impl( sal_Int32 nFormat ) { m_nFormat = nFormat; } in setPackageFormat_Impl()

Completed in 108 milliseconds

1...<<171172173174175176177178179180>>...297