/trunk/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1269 sal_uInt8* pFlags = new sal_uInt8[ nPtSize ]; in GetGlyphOutline() local 1285 pFlags[ nPnt++ ] = POLY_NORMAL; in GetGlyphOutline() 1296 sal_uInt8* pOldFlags = pFlags; in GetGlyphOutline() 1299 pFlags = new sal_uInt8[ nPtSize ]; in GetGlyphOutline() 1303 pFlags[ i ] = pOldFlags[ i ]; in GetGlyphOutline() 1318 pFlags[ nPnt ] = POLY_NORMAL; in GetGlyphOutline() 1338 pFlags[ nPnt+0 ] = POLY_CONTROL; in GetGlyphOutline() 1361 pFlags[ nPnt+2 ] = POLY_NORMAL; in GetGlyphOutline() 1368 pFlags[ nPnt+1 ] = POLY_CONTROL; in GetGlyphOutline() 1386 pFlags[nPnt] = pFlags[0]; in GetGlyphOutline() [all …]
|
/trunk/main/sw/source/core/edit/ |
H A D | autofmt.cxx | 2774 void SwEditShell::SetAutoFmtFlags(SvxSwAutoFmtFlags * pFlags) in SetAutoFmtFlags() argument 2778 pEditFlags->bSetNumRule = pFlags->bSetNumRule; in SetAutoFmtFlags() 2779 pEditFlags->bChgEnumNum = pFlags->bChgEnumNum; in SetAutoFmtFlags() 2780 pEditFlags->bSetBorder = pFlags->bSetBorder; in SetAutoFmtFlags() 2781 pEditFlags->bCreateTable = pFlags->bCreateTable; in SetAutoFmtFlags() 2782 pEditFlags->bReplaceStyles = pFlags->bReplaceStyles; in SetAutoFmtFlags() 2784 pFlags->bAFmtByInpDelSpacesAtSttEnd; in SetAutoFmtFlags() 2786 pFlags->bAFmtByInpDelSpacesBetweenLines; in SetAutoFmtFlags() 2790 pEditFlags->cBullet = pFlags->cByInputBullet; in SetAutoFmtFlags() 2791 pEditFlags->aBulletFont = pFlags->aByInputBulletFont; in SetAutoFmtFlags() [all …]
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 2495 BYTE* pFlags = new BYTE[ nPtSize ]; in GetGlyphOutline() local 2511 pFlags[ nPnt++ ] = POLY_NORMAL; in GetGlyphOutline() 2522 BYTE* pOldFlags = pFlags; in GetGlyphOutline() 2525 pFlags = new BYTE[ nPtSize ]; in GetGlyphOutline() 2529 pFlags[ i ] = pOldFlags[ i ]; in GetGlyphOutline() 2544 pFlags[ nPnt ] = POLY_NORMAL; in GetGlyphOutline() 2564 pFlags[ nPnt+0 ] = POLY_CONTROL; in GetGlyphOutline() 2587 pFlags[ nPnt+2 ] = POLY_NORMAL; in GetGlyphOutline() 2594 pFlags[ nPnt+1 ] = POLY_CONTROL; in GetGlyphOutline() 2612 pFlags[nPnt] = pFlags[0]; in GetGlyphOutline() [all …]
|
/trunk/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 1520 sal_Bool* pFlags = new sal_Bool[ nMaxColors ]; in Replace() local 1523 memset( pFlags, 0, nMaxColors ); in Replace() 1527 pFlags[ pAcc->GetPixelIndex( nY, nX ) ] = sal_True; in Replace() 1532 if( !pFlags[ i ] ) in Replace() 1539 delete[] pFlags; in Replace()
|
/trunk/main/sfx2/source/bastyp/ |
H A D | fltfnc.cxx | 581 SFX_ITEMSET_ARG( rMedium.GetItemSet(), pFlags, SfxStringItem, SID_OPTIONS, sal_False); in DetectFilter() 582 if ( !bHidden && pFlags ) in DetectFilter() 584 String aFlags( pFlags->GetValue() ); in DetectFilter()
|
/trunk/main/shell/source/win32/shlxthandler/ooofilt/ |
H A D | ooofilt.cxx | 254 ULONG * pFlags) in Init() argument 257 *pFlags = IFILTER_FLAGS_OLE_PROPERTIES; in Init()
|
H A D | ooofilt.hxx | 107 ULONG * pFlags);
|
/trunk/main/sfx2/source/doc/ |
H A D | objmisc.cxx | 1894 SFX_ITEMSET_ARG( pMedium->GetItemSet(), pFlags, SfxStringItem, SID_OPTIONS, sal_False); in IsPreview() 1895 if ( pFlags ) in IsPreview() 1898 String aFileFlags = pFlags->GetValue(); in IsPreview()
|
H A D | docfile.cxx | 829 SFX_ITEMSET_ARG( GetItemSet(), pFlags, SfxStringItem, SID_OPTIONS, sal_False); in IsPreview_Impl() 830 if ( pFlags ) in IsPreview_Impl() 832 String aFileFlags = pFlags->GetValue(); in IsPreview_Impl()
|
/trunk/main/sc/inc/ |
H A D | dpobject.hxx | 182 String GetDimName( long nDim, sal_Bool& rIsDataLayout, sal_Int32* pFlags = NULL );
|
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtw8sty.cxx | 398 const bool* pFlags = aFlags + ( nStt - RES_CHRATR_BEGIN ); in SetStyleDefaults() local 399 for ( n = nStt; n < nEnd; ++n, ++pFlags ) in SetStyleDefaults() 401 if ( *pFlags && SFX_ITEM_SET != rFmt.GetItemState(n, false)) in SetStyleDefaults()
|
/trunk/main/filter/source/msfilter/ |
H A D | escherex.cxx | 1872 ::com::sun::star::drawing::PolygonFlags* pFlags = pInnerFlags->getArray(); in GetPolyPolygon() 1874 if ( pArray && pFlags ) in GetPolyPolygon() 1880 PolyFlags ePolyFlags( *( (PolyFlags*)pFlags++ ) ); in GetPolyPolygon() 4736 … ::com::sun::star::drawing::PolygonFlags* pFlags = pInnerFlags->getArray(); in GetConnectorRule() 4737 if ( pArray && pFlags ) in GetConnectorRule() 4741 PolyFlags ePolyFlags = *( (PolyFlags*)pFlags++ ); in GetConnectorRule()
|
/trunk/main/sc/source/core/data/ |
H A D | document.cxx | 3503 const ScBitMaskCompressedArray< SCROW, sal_uInt8> * pFlags; in GetRowFlagsArray() local 3505 pFlags = pTab[nTab]->GetRowFlagsArray(); in GetRowFlagsArray() 3509 pFlags = 0; in GetRowFlagsArray() 3511 if (!pFlags) in GetRowFlagsArray() 3515 pFlags = &aDummy; in GetRowFlagsArray() 3517 return *pFlags; in GetRowFlagsArray()
|
H A D | dpobject.cxx | 850 String ScDPObject::GetDimName( long nDim, sal_Bool& rIsDataLayout, sal_Int32* pFlags ) in GetDimName() argument 885 if (pFlags) in GetDimName() 886 *pFlags = ScUnoHelpFunctions::GetLongProperty( xDimProp, in GetDimName()
|
/trunk/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 2702 SFX_REQUEST_ARG( _rRequest, pFlags, SfxInt32Item, FN_PARAM_1, sal_False ); in InsertTable() 2729 if ( pFlags ) in InsertTable() 2730 aInsTblOpts.mnInsMode = (sal_uInt16) pFlags->GetValue(); in InsertTable()
|