Searched refs:nEscDir (Results 1 – 6 of 6) sorted by relevance
191 switch( nEscDir ) in FillItemSet()193 case SDRCAPT_ESCHORIZONTAL: nEscDir=SDRCAPT_ESCVERTICAL;break; in FillItemSet()307 switch( nEscDir ) in Reset()320 if( nEscDir == SDRCAPT_ESCHORIZONTAL ) in Reset()336 else if( nEscDir == SDRCAPT_ESCVERTICAL ) in Reset()352 else if( nEscDir == SDRCAPT_ESCBESTFIT ) in Reset()410 nEscDir = SDRCAPT_ESCBESTFIT; in SetupAnsatz_Impl()418 nEscDir = SDRCAPT_ESCHORIZONTAL; in SetupAnsatz_Impl()426 nEscDir = SDRCAPT_ESCVERTICAL; in SetupAnsatz_Impl()440 nEscDir = SDRCAPT_ESCHORIZONTAL; in SetupAnsatz_Impl()[all …]
65 sal_uInt16 nEscDir; member in SdrGluePoint72 …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()
186 sal_uInt16 nEscDir = ( (const SfxUInt16Item*) pState )->GetValue(); in StateChanged() local187 pGlueEscDirLB->SelectEntryPos( GetEscDirPos( nEscDir ) ); in StateChanged()224 sal_uInt16 SdTbxCtlGlueEscDir::GetEscDirPos( sal_uInt16 nEscDir ) in GetEscDirPos() argument228 if( aEscDirArray[ i ] == nEscDir ) in GetEscDirPos()
188 sal_uInt16 nEscDir0=nEscDir; in Rotate()194 nEscDir=nEscDir1; in Rotate()217 sal_uInt16 nEscDir0=nEscDir; in Mirror()239 nEscDir=nEscDir1; in Mirror()
58 sal_uInt16 GetEscDirPos( sal_uInt16 nEscDir );
74 short nEscDir; member in SvxCaptionTabPage
Completed in 55 milliseconds