Home
last modified time | relevance | path

Searched refs:nEscDir (Results 1 – 6 of 6) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dlabdlg.cxx191 switch( nEscDir ) in FillItemSet()
193 case SDRCAPT_ESCHORIZONTAL: nEscDir=SDRCAPT_ESCVERTICAL;break; in FillItemSet()
194 case SDRCAPT_ESCVERTICAL: nEscDir=SDRCAPT_ESCHORIZONTAL;break; in FillItemSet()
198 _rOutAttrs.Put( SdrCaptionEscDirItem( (SdrCaptionEscDir)nEscDir ) ); in FillItemSet()
301nEscDir = (short)( ( const SdrCaptionEscDirItem& ) rOutAttrs.Get( GetWhich( SDRATTR_CAPTIONESCDIR … in Reset()
307 switch( nEscDir ) in Reset()
309 case SDRCAPT_ESCHORIZONTAL: nEscDir=SDRCAPT_ESCVERTICAL;break; in Reset()
310 case SDRCAPT_ESCVERTICAL: nEscDir=SDRCAPT_ESCHORIZONTAL;break; in Reset()
320 if( nEscDir == SDRCAPT_ESCHORIZONTAL ) in Reset()
336 else if( nEscDir == SDRCAPT_ESCVERTICAL ) in Reset()
[all …]
/trunk/main/svx/inc/svx/
H A Dsvdglue.hxx65 sal_uInt16 nEscDir; member in SdrGluePoint
72 …SdrGluePoint(): nEscDir(SDRESC_SMART),nId(0),nAlign(0) { bNoPercent=sal_False; bReallyAbsolute=sal… in SdrGluePoint()
73 …s, FASTBOOL bNewPercent=sal_True, sal_uInt16 nNewAlign=0): aPos(rNewPos),nEscDir(SDRESC_SMART),nId… in SdrGluePoint()
74 …onst SdrGluePoint& rCmpGP) const { return aPos==rCmpGP.aPos && nEscDir==rCmpGP.nEscDir && nId==r… in operator ==()
78 sal_uInt16 GetEscDir() const { return nEscDir; } in GetEscDir()
79 void SetEscDir(sal_uInt16 nNewEsc) { nEscDir=nNewEsc; } in SetEscDir()
/trunk/main/sd/source/ui/dlg/
H A Dgluectrl.cxx186 sal_uInt16 nEscDir = ( (const SfxUInt16Item*) pState )->GetValue(); in StateChanged() local
187 pGlueEscDirLB->SelectEntryPos( GetEscDirPos( nEscDir ) ); in StateChanged()
224 sal_uInt16 SdTbxCtlGlueEscDir::GetEscDirPos( sal_uInt16 nEscDir ) in GetEscDirPos() argument
228 if( aEscDirArray[ i ] == nEscDir ) in GetEscDirPos()
/trunk/main/svx/source/svdraw/
H A Dsvdglue.cxx188 sal_uInt16 nEscDir0=nEscDir; in Rotate()
194 nEscDir=nEscDir1; in Rotate()
217 sal_uInt16 nEscDir0=nEscDir; in Mirror()
239 nEscDir=nEscDir1; in Mirror()
/trunk/main/sd/source/ui/inc/
H A Dgluectrl.hxx58 sal_uInt16 GetEscDirPos( sal_uInt16 nEscDir );
/trunk/main/cui/source/inc/
H A Dlabdlg.hxx74 short nEscDir; member in SvxCaptionTabPage