Searched refs:aHandle (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sal/qa/rtl/digest/ |
H A D | rtl_digest.cxx | 1057 rtlDigest aHandle = NULL; in TEST_F() local 1064 rtlDigest aHandle = NULL; in TEST_F() local 1083 rtl_digest_destroyMD2(aHandle); in TEST_F() 1087 rtlDigest aHandle = NULL; in TEST_F() local 1105 rtl_digest_destroyMD5(aHandle); in TEST_F() 1127 rtlDigest aHandle = NULL; in TEST_F() local 1134 rtlDigest aHandle = NULL; in TEST_F() local 1141 rtlDigest aHandle = NULL; in TEST_F() local 1148 rtlDigest aHandle = NULL; in TEST_F() local 1170 rtlDigest aHandle = NULL; in TEST_F() local [all …]
|
/aoo42x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 1136 Handle aHandle; in GetHandlePosition() local 1139 if ( aHandle.nFlags & HANDLE_FLAGS_POLAR ) in GetHandlePosition() 1166 aHandle.aPosition.First = aSecond; in GetHandlePosition() 1167 aHandle.aPosition.Second = aFirst; in GetHandlePosition() 1201 Handle aHandle; in SetHandleControllerPosition() local 1231 if ( aHandle.nFlags & HANDLE_FLAGS_SWITCHED ) in SetHandleControllerPosition() 1249 if ( aHandle.nFlags & HANDLE_FLAGS_POLAR ) in SetHandleControllerPosition() 1280 if ( aHandle.nFlags & HANDLE_FLAGS_REFX ) in SetHandleControllerPosition() 1282 nFirstAdjustmentValue = aHandle.nRefX; in SetHandleControllerPosition() 1286 if ( aHandle.nFlags & HANDLE_FLAGS_REFY ) in SetHandleControllerPosition() [all …]
|
/aoo42x/main/oox/source/drawingml/ |
H A D | customshapeproperties.cxx | 289 PropertyMap aHandle; in pushToPropSet() local 298 aHandle[ PROP_Position ] <<= maAdjustHandleList[ i ].pos; in pushToPropSet() 300 aHandle[ PROP_RadiusRangeMinimum ] <<= maAdjustHandleList[ i ].min1.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() 335 aHandle[ PROP_RangeYMaximum ] <<= maAdjustHandleList[ i ].max2.get(); in pushToPropSet() [all …]
|
/aoo42x/main/forms/source/xforms/xpathlib/ |
H A D | extension.cxx | 65 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()
|
/aoo42x/main/unoxml/source/xpath/ |
H A D | xpathapi.cxx | 197 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()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | ximpcustomshape.cxx | 1381 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 …]
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | DomainMapperTableHandler.cxx | 62 Handle_t aHandle = rCellSequence[n]; in cellSequenceToTags() local 63 pTag->addTag(handleToTag(aHandle)); in cellSequenceToTags()
|
/aoo42x/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 245 … 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()
|
Completed in 97 milliseconds