Lines Matching refs:First

416 	for ( SvxMSDffConnectorRule* pPtr = (SvxMSDffConnectorRule*)aCList.First();  in ~SvxMSDffSolverContainer()
730 if ( ( rPara.First.Value >>= nX ) && ( rPara.Second.Value >>= nY ) ) in SolveSolver()
739 … EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aGluePoints[ nGluePoints ].First, nX ); in SolveSolver()
1716 aDepthParaPair.First.Value <<= fDepth; in ApplyCustomShapeGeometryAttributes()
1717 aDepthParaPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in ApplyCustomShapeGeometryAttributes()
1866 aRotateAnglePair.First.Value <<= fAngleX; in ApplyCustomShapeGeometryAttributes()
1867 aRotateAnglePair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in ApplyCustomShapeGeometryAttributes()
1910 aSkewPair.First.Value <<= fSkewAmount; in ApplyCustomShapeGeometryAttributes()
1911 aSkewPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in ApplyCustomShapeGeometryAttributes()
1956 aOriginPair.First.Value <<= fOriginX; in ApplyCustomShapeGeometryAttributes()
1957 aOriginPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in ApplyCustomShapeGeometryAttributes()
2050 …EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aPosition.First, nPositionX, sal_Tr… in ApplyCustomShapeGeometryAttributes()
2090 …EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aPolar.First, nCenterX, ( nFlags & … in ApplyCustomShapeGeometryAttributes()
2104 …EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aMap.First, nCenterX, ( nFlags & 0x… in ApplyCustomShapeGeometryAttributes()
2289 EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aCoordinates[ i ].First, nX ); in ApplyCustomShapeGeometryAttributes()
2447 … EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aTextFrames[ i ].TopLeft.First, nLeft ); in ApplyCustomShapeGeometryAttributes()
2449 …EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aTextFrames[ i ].BottomRight.First, nRigh… in ApplyCustomShapeGeometryAttributes()
2489 EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aGluePoints[ i ].First, nX ); in ApplyCustomShapeGeometryAttributes()
3042 DffRecordHeader* DffRecordManager::First() in First() function in DffRecordManager
3122 pHd = First(); in GetRecordHeader()
3135 pHd = First(); in GetRecordHeader()
4613 seqCoordinates[ nPtNum ].First.Value >>= nX; in ImportShape()
4731 … EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aTextFrame[ 0 ].TopLeft.First, nLeft ); in ImportShape()
4733 …EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aTextFrame[ 0 ].BottomRight.First, nRight … in ImportShape()
5771 for ( pPtr = pEscherBlipCache->First(); pPtr; pPtr = pEscherBlipCache->Next() ) in ~SvxMSDffManager()
6453 for ( pEntry = (EscherBlipCacheEntry*)pEscherBlipCache->First(); pEntry; in GetBLIP()