Home
last modified time | relevance | path

Searched refs:aHandle (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sal/qa/rtl/digest/
H A Drtl_digest.cxx1057 rtlDigest aHandle = NULL; in TEST_F() local
1058 rtlDigestError aError = rtl_digest_update(aHandle, NULL, 0); in TEST_F()
1064 rtlDigest aHandle = NULL; in TEST_F() local
1065 rtlDigestError aError = rtl_digest_updateMD2(aHandle, NULL, 0); in TEST_F()
1071 rtlDigest aHandle = rtl_digest_create( rtl_Digest_AlgorithmMD2 ); in TEST_F() local
1072 ASSERT_TRUE(aHandle != 0) << "create with rtl_Digest_AlgorithmMD2"; in TEST_F()
1077 rtlDigestError aError = rtl_digest_updateMD2(aHandle, NULL, 0); in TEST_F()
1080 /* rtlDigestError */ aError = rtl_digest_updateMD2(aHandle, pData, 0); in TEST_F()
1083 rtl_digest_destroyMD2(aHandle); in TEST_F()
1087 rtlDigest aHandle = NULL; in TEST_F() local
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1136 Handle aHandle; in GetHandlePosition() local
1137 if ( ConvertSequenceToEnhancedCustomShape2dHandle( seqHandles[ nIndex ], aHandle ) ) in GetHandlePosition()
1139 if ( aHandle.nFlags & HANDLE_FLAGS_POLAR ) in GetHandlePosition()
1141 Point aReferencePoint( GetPoint( aHandle.aPolar, sal_True, sal_False ) ); in GetHandlePosition()
1145 GetParameter( fRadius, aHandle.aPosition.First, sal_False, sal_False ); in GetHandlePosition()
1146 GetParameter( fAngle, aHandle.aPosition.Second, sal_False, sal_False ); in GetHandlePosition()
1160 if ( aHandle.nFlags & HANDLE_FLAGS_SWITCHED ) in GetHandlePosition()
1164 … com::sun::star::drawing::EnhancedCustomShapeParameter aFirst = aHandle.aPosition.First; in GetHandlePosition()
1165 … com::sun::star::drawing::EnhancedCustomShapeParameter aSecond = aHandle.aPosition.Second; in GetHandlePosition()
1166 aHandle.aPosition.First = aSecond; in GetHandlePosition()
[all …]
/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx289 PropertyMap aHandle; in pushToPropSet() local
298 aHandle[ PROP_Position ] <<= maAdjustHandleList[ i ].pos; in pushToPropSet()
300 aHandle[ PROP_RadiusRangeMinimum ] <<= maAdjustHandleList[ i ].min1.get(); in pushToPropSet()
302 aHandle[ PROP_RadiusRangeMaximum ] <<= maAdjustHandleList[ i ].max1.get(); in pushToPropSet()
313 aHandle[ PROP_Position ] <<= maAdjustHandleList[ i ].pos; in pushToPropSet()
320 aHandle[ PROP_RefX ] <<= nIndex; in pushToPropSet()
326 aHandle[ PROP_RefY ] <<= nIndex; in pushToPropSet()
329 aHandle[ PROP_RangeXMinimum ] <<= maAdjustHandleList[ i ].min1.get(); in pushToPropSet()
331 aHandle[ PROP_RangeXMaximum ] <<= maAdjustHandleList[ i ].max1.get(); in pushToPropSet()
333 aHandle[ PROP_RangeYMinimum ] <<= maAdjustHandleList[ i ].min2.get(); in pushToPropSet()
[all …]
/trunk/main/forms/source/xforms/xpathlib/
H A Dextension.cxx65 Libxml2ExtensionHandle aHandle; in getLibxml2ExtensionHandle() local
66 aHandle.functionLookupFunction = reinterpret_cast< sal_Int64 >( &xforms_lookupFunc ); in getLibxml2ExtensionHandle()
67 aHandle.functionData = reinterpret_cast< sal_Int64 >( this ); in getLibxml2ExtensionHandle()
68 aHandle.variableLookupFunction = (sal_Int64)0; in getLibxml2ExtensionHandle()
69 aHandle.variableData = (sal_Int64)0; in getLibxml2ExtensionHandle()
70 return aHandle; in getLibxml2ExtensionHandle()
/trunk/main/unoxml/source/xpath/
H A Dxpathapi.cxx197 Libxml2ExtensionHandle aHandle = (*i)->getLibxml2ExtensionHandle(); in lcl_registerExtensions() local
198 if ( aHandle.functionLookupFunction != 0 ) in lcl_registerExtensions()
202 sal::static_int_cast<sal_IntPtr>(aHandle.functionLookupFunction)), in lcl_registerExtensions()
204 sal::static_int_cast<sal_IntPtr>(aHandle.functionData))); in lcl_registerExtensions()
206 if ( aHandle.variableLookupFunction != 0 ) in lcl_registerExtensions()
210 sal::static_int_cast<sal_IntPtr>(aHandle.variableLookupFunction)), in lcl_registerExtensions()
212 sal::static_int_cast<sal_IntPtr>(aHandle.variableData))); in lcl_registerExtensions()
/trunk/main/xmloff/source/draw/
H A Dximpcustomshape.cxx1381 std::vector< com::sun::star::beans::PropertyValue > aHandle; in CreateChildContext() local
1391 GetBool( aHandle, rValue, EAS_MirroredY ); in CreateChildContext()
1394 GetBool( aHandle, rValue, EAS_MirroredX ); in CreateChildContext()
1397 GetBool( aHandle, rValue, EAS_Switched ); in CreateChildContext()
1400 GetEnhancedParameterPair( aHandle, rValue, EAS_Position ); in CreateChildContext()
1403 GetEnhancedParameter( aHandle, rValue, EAS_RangeXMinimum ); in CreateChildContext()
1406 GetEnhancedParameter( aHandle, rValue, EAS_RangeXMaximum ); in CreateChildContext()
1409 GetEnhancedParameter( aHandle, rValue, EAS_RangeYMinimum ); in CreateChildContext()
1412 GetEnhancedParameter( aHandle, rValue, EAS_RangeYMaximum ); in CreateChildContext()
1415 GetEnhancedParameterPair( aHandle, rValue, EAS_Polar ); in CreateChildContext()
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx62 Handle_t aHandle = rCellSequence[n]; in cellSequenceToTags() local
63 pTag->addTag(handleToTag(aHandle)); in cellSequenceToTags()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx245 … HANDLE aHandle = ::CreateFileMapping( pFileDesc, NULL, PAGE_READONLY, 0, mnFileSize, "TTF" ); in Map() local
246 … mpFileMap = (const unsigned char*)::MapViewOfFile( aHandle, FILE_MAP_READ, 0, 0, mnFileSize ); in Map()