|
LibreOffice Module filter (master) 1
|
#include <msdffimp.hxx>
Public Member Functions | |
| SvxMSDffConnectorRule () | |
Public Attributes | |
| sal_uInt32 | nShapeA |
| SPID of shape A. More... | |
| sal_uInt32 | nShapeB |
| SPID of shape B. More... | |
| sal_uInt32 | nShapeC |
| SPID of connector shape. More... | |
| sal_uInt32 | ncptiA |
| Connection site Index of shape A. More... | |
| sal_uInt32 | ncptiB |
| Connection site Index of shape B. More... | |
| ShapeFlag | nSpFlagsA |
| SpFlags of shape A (the original mirror flags must be known when solving the Solver Container) More... | |
| ShapeFlag | nSpFlagsB |
| SpFlags of shape B. More... | |
| SdrObject * | pAObj |
| pPtr of object (corresponding to shape A) More... | |
| SdrObject * | pBObj |
| pPtr of object (corresponding to shape B) More... | |
| SdrObject * | pCObj |
| pPtr of connector object More... | |
Definition at line 156 of file msdffimp.hxx.
|
inline |
Definition at line 171 of file msdffimp.hxx.
References NONE.
| sal_uInt32 SvxMSDffConnectorRule::ncptiA |
Connection site Index of shape A.
Definition at line 161 of file msdffimp.hxx.
Referenced by operator>>(), and SvxMSDffManager::SolveSolver().
| sal_uInt32 SvxMSDffConnectorRule::ncptiB |
Connection site Index of shape B.
Definition at line 162 of file msdffimp.hxx.
Referenced by operator>>().
| sal_uInt32 SvxMSDffConnectorRule::nShapeA |
| sal_uInt32 SvxMSDffConnectorRule::nShapeB |
| sal_uInt32 SvxMSDffConnectorRule::nShapeC |
| ShapeFlag SvxMSDffConnectorRule::nSpFlagsA |
SpFlags of shape A (the original mirror flags must be known when solving the Solver Container)
Definition at line 163 of file msdffimp.hxx.
Referenced by SvxMSDffManager::SolveSolver().
| ShapeFlag SvxMSDffConnectorRule::nSpFlagsB |
SpFlags of shape B.
Definition at line 165 of file msdffimp.hxx.
| SdrObject* SvxMSDffConnectorRule::pAObj |
pPtr of object (corresponding to shape A)
Definition at line 167 of file msdffimp.hxx.
Referenced by SvxMSDffManager::SolveSolver().
| SdrObject* SvxMSDffConnectorRule::pBObj |
pPtr of object (corresponding to shape B)
Definition at line 168 of file msdffimp.hxx.
Referenced by SvxMSDffManager::SolveSolver().
| SdrObject* SvxMSDffConnectorRule::pCObj |
pPtr of connector object
Definition at line 169 of file msdffimp.hxx.
Referenced by SvxMSDffManager::SolveSolver().