Home
last modified time | relevance | path

Searched refs:aState (Results 51 – 75 of 121) sorted by relevance

12345

/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1091 SwCrsrMoveState aState; in GetCorrection() local
1092 aState.bRealWidth = sal_True; in GetCorrection()
1096 pCntntFrame->GetCharRect( aStartRect, *pCrsr->GetPoint(), &aState ); in GetCorrection()
1099 pCntntFrame->GetCharRect( aEndRect, *pCrsr->GetPoint(),&aState ); in GetCorrection()
1235 SwCrsrMoveState aState; in GetGrammarCorrection() local
1236 aState.bRealWidth = sal_True; in GetGrammarCorrection()
1240 pCntntFrame->GetCharRect( aStartRect, *pCrsr->GetPoint(), &aState ); in GetGrammarCorrection()
1243 pCntntFrame->GetCharRect( aEndRect, *pCrsr->GetPoint(),&aState ); in GetGrammarCorrection()
/trunk/main/svx/source/table/
H A Daccessiblecell.hxx70 virtual sal_Bool SetState (sal_Int16 aState);
71 virtual sal_Bool ResetState (sal_Int16 aState);
72 sal_Bool GetState (sal_Int16 aState);
/trunk/main/unotools/source/property/
H A Dpropertysethelper.cxx222 PropertyState aState; in getPropertyState() local
223 _getPropertyStates( (const PropertyMapEntry**)aEntries, &aState ); in getPropertyState()
225 return aState; in getPropertyState()
/trunk/main/editeng/inc/editeng/
H A DAccessibleContextBase.hxx141 virtual sal_Bool SetState (sal_Int16 aState);
153 virtual sal_Bool ResetState (sal_Int16 aState);
164 sal_Bool GetState (sal_Int16 aState);
/trunk/main/padmin/source/
H A Dhelper.cxx297 Any aState; in chooseDirectory() local
298 aState <<= sal_False; in chooseDirectory()
301 aState ); in chooseDirectory()
/trunk/main/comphelper/source/property/
H A Dpropertysethelper.cxx249 PropertyState aState; in getPropertyState() local
250 _getPropertyStates( (const PropertyMapEntry**)aEntries, &aState ); in getPropertyState()
252 return aState; in getPropertyState()
H A DChainablePropertySet.cxx231 PropertyState aState; in getPropertyState() local
234 _getPropertyState( *((*aIter).second), aState ); in getPropertyState()
237 return aState; in getPropertyState()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DDataPointItemConverter.cxx123 SfxItemState aState = rItemSet.GetItemState( nWhichId ); in lcl_NumberFormatFromItemToPropertySet() local
124 if( aState == SFX_ITEM_SET ) in lcl_NumberFormatFromItemToPropertySet()
170 SfxItemState aState = rItemSet.GetItemState( nFormatWhich ); in lcl_UseSourceFormatFromItemToPropertySet() local
171 if( aState == SFX_ITEM_SET ) in lcl_UseSourceFormatFromItemToPropertySet()
/trunk/main/vcl/unx/headless/
H A Dsvpframe.cxx409 SalPointerState aState; in GetPointerState() local
410 aState.mnState = 0; in GetPointerState()
411 return aState; in GetPointerState()
/trunk/main/sw/source/ui/docvw/
H A DShadowOverlayObject.hxx53 ShadowState aState );
57 void SetShadowState(ShadowState aState);
H A DAnchorOverlayObject.cxx448 void AnchorOverlayObject::SetAnchorState( const AnchorState aState) in SetAnchorState() argument
450 if ( mAnchorState != aState) in SetAnchorState()
452 mAnchorState = aState; in SetAnchorState()
/trunk/main/framework/source/services/
H A Dsubstitutepathvars.cxx1163 ::utl::Bootstrap::PathStatus aState; in SetPredefinedPathVariables()
1166 aState = utl::Bootstrap::locateBaseInstallation( sVal ); in SetPredefinedPathVariables()
1167 if( aState==::utl::Bootstrap::PATH_EXISTS ) { in SetPredefinedPathVariables()
1174 aState = utl::Bootstrap::locateUserData( sVal ); in SetPredefinedPathVariables()
1178 if( aState == ::utl::Bootstrap::PATH_EXISTS ) { in SetPredefinedPathVariables()
/trunk/main/framework/source/uielement/
H A Dpopuptoolbarcontroller.cxx290 OUString aState; in statusChanged() local
291 rEvent.State >>= aState; in statusChanged()
294 setItemImage( aState ); in statusChanged()
/trunk/main/svx/inc/svx/
H A DAccessibleTableShape.hxx142 virtual sal_Bool SetState (sal_Int16 aState);
143 virtual sal_Bool ResetState (sal_Int16 aState);
145 sal_Bool SetStateDirectly (sal_Int16 aState);
146 sal_Bool ResetStateDirectly (sal_Int16 aState);
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx221 void AccessibleBase::AddState( sal_Int16 aState ) in AddState() argument
226 m_pStateSetHelper->AddState( aState ); in AddState()
229 void AccessibleBase::RemoveState( sal_Int16 aState ) in RemoveState() argument
234 m_pStateSetHelper->RemoveState( aState ); in RemoveState()
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx192 FeatureState aState; in getState() local
193 aState.bEnabled = sal_True; in getState()
194 return aState; in getState()
1609 FeatureState aState = GetState( _nCommandId ); in isCommandChecked() local
1611 return aState.bChecked && (sal_Bool)*aState.bChecked; in isCommandChecked()
/trunk/main/chart2/source/controller/main/
H A DFeatureCommandDispatchBase.cxx72 …fireStatusEventForURL( aIter->first, aFeatureState.aState, aFeatureState.bEnabled, xSingleListener… in fireStatusEvent()
78 … fireStatusEventForURL( rURL, aFeatureState.aState, aFeatureState.bEnabled, xSingleListener ); in fireStatusEvent()
/trunk/main/svx/source/stbctrls/
H A Dselctrl.cxx84 SfxUInt16Item aState( GetSlotId(), nState ); in Click() local
89 aState.QueryValue( a ); in Click()
H A Dxmlsecctrl.cxx149 SfxUInt16Item aState( GetSlotId(), 0 ); in Command() local
154 aState.QueryValue( a ); in Command()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DFiniteAutomatonContainer.java77 for (final State aState : aAutomaton.GetStates()) in GetStates()
78 aStates.add(aState); in GetStates()
/trunk/main/vcl/source/app/
H A Ddbggui.cxx610 ByteString aState( pData->aDbgWinState ); in DbgWindow() local
611 SetWindowState( aState ); in DbgWindow()
624 ByteString aState( GetWindowState() ); in Close() local
626 size_t nCopy = (sizeof( pData->aDbgWinState ) < size_t(aState.Len() + 1U )) in Close()
627 ? sizeof( pData->aDbgWinState ) : size_t(aState.Len() + 1U ); in Close()
628 strncpy( pData->aDbgWinState, aState.GetBuffer(), nCopy ); in Close()
/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx764 SwCrsrMoveState aState( MV_SETONLYTEXT ); in ChgAnchor() local
768 GetCurrentLayout()->GetCrsrOfst( &aPos, aPoint, &aState ); in ChgAnchor()
828 SwCrsrMoveState aState( MV_SETONLYTEXT ); in ChgAnchor() local
829 GetCurrentLayout()->GetCrsrOfst( &aPos, aPoint, &aState ); //swmod 080218 in ChgAnchor()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx2320 SalPointerState aState; in GetPointerState() local
2321 aState.mnState = 0; in GetPointerState()
2325 aState.mnState |= MOUSE_LEFT; in GetPointerState()
2327 aState.mnState |= MOUSE_RIGHT; in GetPointerState()
2329 aState.mnState |= MOUSE_MIDDLE; in GetPointerState()
2332 aState.mnState |= KEY_SHIFT; in GetPointerState()
2334 aState.mnState |= KEY_MOD1; in GetPointerState()
2336 aState.mnState |= KEY_MOD2; in GetPointerState()
2341 aState.maPos = Point( pt.x - maGeometry.nX, pt.y - maGeometry.nY ); in GetPointerState()
2342 return aState; in GetPointerState()
/trunk/main/xmloff/source/chart/
H A DColorPropertySet.cxx198 PropertyState aState = PropertyState_DIRECT_VALUE; in getPropertyStates() local
199 return Sequence< PropertyState >( & aState, 1 ); in getPropertyStates()
/trunk/main/offapi/com/sun/star/rendering/
H A DXCachedPrimitive.idl52 @param aState
63 byte redraw( [in] ViewState aState )

Completed in 156 milliseconds

12345