Home
last modified time | relevance | path

Searched defs:pAtom (Results 1 – 9 of 9) sorted by relevance

/trunk/main/oox/source/drawingml/diagram/
H A Dlayoutnodecontext.cxx47 ConditionAtomPtr pAtom( boost::dynamic_pointer_cast< ConditionAtom >(pNode) ); in IfContext() local
103 LayoutAtomPtr pAtom( new ConditionAtom( false ) ); in createFastChildContext() local
112 LayoutAtomPtr pAtom( new ConditionAtom( true ) ); in createFastChildContext() local
147 ForEachAtomPtr pAtom( boost::dynamic_pointer_cast< ForEachAtom >(pNode) ); in ForEachContext() local
288 LayoutAtomPtr pAtom( new AlgAtom ); in createFastChildContext() local
296 LayoutAtomPtr pAtom( new ChooseAtom ); in createFastChildContext() local
304 LayoutAtomPtr pAtom( new ForEachAtom ); in createFastChildContext() local
H A Ddiagramlayoutatoms.cxx101 static bool _test_atom( const LayoutAtomPtr & pAtom) in _test_atom()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx255 const Atom* pAtom = Atom::import( rProgTagContentHd, mrStCtrl ); in import() local
279 Reference< XAnimationNode > AnimationImporter::createNode( const Atom* pAtom, const AnimationNode& … in createNode()
372 void AnimationImporter::importAnimationContainer( const Atom* pAtom, const Reference< XAnimationNod… in importAnimationContainer()
1415 void AnimationImporter::importTimeContainer( const Atom* pAtom, const Reference< XAnimationNode >& … in importTimeContainer()
1521 void AnimationImporter::importAnimationNodeContainer( const Atom* pAtom, const Reference< XAnimatio… in importAnimationNodeContainer()
1591 void AnimationImporter::importAnimateFilterContainer( const Atom* pAtom, const Reference< XAnimatio… in importAnimateFilterContainer()
1670 void AnimationImporter::importAnimateAttributeTargetContainer( const Atom* pAtom, const Reference< … in importAnimateAttributeTargetContainer()
1882 void AnimationImporter::importAnimateColorContainer( const Atom* pAtom, const Reference< XAnimation… in importAnimateColorContainer()
1954 void AnimationImporter::importAnimateSetContainer( const Atom* pAtom, const Reference< XAnimationNo… in importAnimateSetContainer()
2013 void AnimationImporter::importAnimateContainer( const Atom* pAtom, const Reference< XAnimationNode … in importAnimateContainer()
[all …]
H A Dpptatom.cxx62 Atom* pAtom = new Atom( aChildHeader, mrStream ); in Atom() local
/trunk/main/svx/workben/msview/
H A Dmsview.cxx146 void setCompareAtom( Atom* pAtom ) { mpCompareAtom = pAtom; } in setCompareAtom()
300 Atom* pAtom = new Atom( aChildHeader, mrStream ); in Atom() local
402 Atom* Atom::skipAtoms( Atom* pContainer, Atom* pAtom, Atom* pSkipTo ) in skipAtoms()
413 void Atom::compare( Atom* pAtom ) in compare()
508 Atom* pAtom = static_cast<Atom*>( pEntry->GetUserData() ); in Paint() local
645 SvLBoxEntry* AtomContainerTreeListBox::findAtom( Atom* pAtom ) in findAtom()
689 void AtomContainerTreeListBox::SetRootAtom( const Atom* pAtom ) in SetRootAtom()
695 void AtomContainerTreeListBox::InsertAtom( const Atom* pAtom, SvLBoxEntry* pParent /* = 0 */ ) in InsertAtom()
965 static String GetAtomText( const Atom* pAtom ) in GetAtomText()
1008 Atom* pAtom = static_cast<Atom*>( pEntry->GetUserData() ); in IMPL_LINK() local
[all …]
/trunk/main/connectivity/source/drivers/file/
H A Dfcomp.cxx293 OSQLParseNode* pAtom = pPart2->getChild(pPart2->count()-2); in execute_LIKE() local
/trunk/main/connectivity/source/drivers/evoab2/
H A DNStatement.cxx388 OSQLParseNode *pAtom = pPart2->getChild( pPart2->count() - 2 ); // Match String in whereAnalysis() local
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx722 char* pAtom = m_pDisplay ? XGetAtomName( m_pDisplay, aAtom ) : NULL; in getString() local
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx4037 PptFontEntityAtom* pAtom = rManager.GetFontEnityAtom( nBulletFont ); in ImplGetNumberFormat() local